﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

@font-face {
    font-family: "Montserrat-Light";
    src: url('/font/Montserrat-Light.ttf');
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

.custom-no-margin {
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
}

.no-margin {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.m5-card {
    padding-left: 5px;
    padding-right: 5px;
}


.my-row-x2 {
    margin: 10px 5px 0px 5px;
}


.my-checkbox-x2 {
    transform: scale(1.6);
    margin: 0px 5px 0px 5px;
}

    .my-checkbox-x2:checked:before {
        background-color: black;
    }



.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
}

    .loading-progress circle:last-child {
            stroke: #ff0000;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
    }

.loading-progress-text {
    font-family: Montserrat-Light;
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "");
    }

.botaoUser {
    background: transparent url(../images/user_tm.png) center center no-repeat;
    border-radius: 0 !important;
    z-index: 900 !important;
    box-shadow: none !important;
    outline: none !important;
    width: 65px !important;
    height: 65px !important;
    background-size: 50px 50px !important;
    cursor: pointer !important;
    border: 0 !important;
    position: fixed !important;
    right: 2% !important;
    top: 2px !important;
}

.botaoZap {
    background: transparent url(../images/tm_order.png) center center no-repeat;
    border-radius: 0 !important;
    z-index: 900 !important;
    box-shadow: none !important;
    outline: none !important;
    width: 90px !important;
    height: 90px !important;
    background-size: 90px 90px !important;
    cursor: pointer !important;
    border: 0 !important;
    position: fixed !important;
    right: 2% !important;
    bottom: 30px !important;
}


.botaoZapFull {
    background: transparent url(../images/cart_tm_s.png) center center no-repeat;
    border-radius: 0 !important;
    z-index: 900 !important;
    box-shadow: none !important;
    outline: none !important;
    width: 90px !important;
    height: 90px !important;
    background-size: 90px 90px !important;
    cursor: pointer !important;
    border: 0 !important;
    position: fixed !important;
    right: 2% !important;
    bottom: 30px !important;
}

.botaoZapBlackFull {
    background: transparent url(../images/cart_tm_black_s.png) center center no-repeat;
    border-radius: 0 !important;
    z-index: 900 !important;
    box-shadow: none !important;
    outline: none !important;
    width: 90px !important;
    height: 90px !important;
    background-size: 90px 90px !important;
    cursor: pointer !important;
    border: 0 !important;
    position: fixed !important;
    right: 2% !important;
    bottom: 30px !important;
}



.groupe-title {
    font-family: Montserrat-Light;
    font-size: x-large;
    border-radius: .55rem;     
}


.section {
    margin-top: 0.70rem;
    margin-bottom: 0.70rem;
    padding-top: 2px;
    cursor: pointer;
}

    .section > h4 {
        font-size: 1.6775rem;
        line-height: 3.2rem;
        font-weight: bold;
        letter-spacing: -0.5px;
        font-family: Montserrat-Light,'Arvo', serif;
        padding-left: 4px;
    }

.main {
    flex-grow: 1;
    overflow-y: auto;
    /*background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 80%);*/
    padding: 0.5rem !important;
    margin: 0px 0px 0px 0px;
}

.modal-fullscreen {
    width: auto;
}

.modal-body {
    font-family: Montserrat-Light;
    font-size: large;
    font-weight: bold;
}

.modal-title {
    font-family: Montserrat-Light;
    font-size: x-large;
    font-weight: bold;
}

.card-header {
    font-family: Montserrat-Light;
    font-size: large;
    font-weight: bold;
    background-color: none;
}

.card-body {
    padding: 0;
    flex-direction: column;
}

.top-bar {
    height: 2rem;
    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;
}

.msg-topo-open {
    font-family: Montserrat-Light;
    font-weight: bold;
    text-align: center;
}

.msg-topo {
    margin-top:5px;
    font-family: Montserrat-Light;
    font-size:small;
    text-align: center;
}

.msg-topo-prazo {
    font-family: Montserrat-Light;
    font-size: medium;
    font-weight: bold;
    top: 50px;
    left: 50%;
    text-align: center;
}

.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    border-radius: .55rem;
}

.fade_nav {
    animation: fadein 0.5s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.u-indice {
    overflow-x: auto;
    overflow-y: hidden; /* Add the ability to scroll */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    /*border-bottom: 5px solid #cor; para colocar a selecao*/
}
    .u-indice::-webkit-scrollbar {
        display: none;
    }


.navbar-indice {
    cursor: pointer;
    margin-top: 0px;
    background-color: white; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    top: -180px; /* Hide the navbar 50 px outside of the top view */
    /*width: 100%;*/ /* Full width */
    width: inherit;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    border-style: none;
}

.nav-menu {
        background-color: white;
        border: none;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
        flex-wrap: nowrap;
}

    .nav-menu > li a {
        padding-top: 18px;
        padding-bottom: 18px;
        color: #5f5f5f;
    }

    .nav-menu > li.active > a {
        background-color: transparent;
        color: #fe4578;
    }

        .nav-menu > li.active > a:hover,
        .nav-menu > li.active > > a:focus,
        .nav-menu > li.active > a:active {
            background-color: transparent;
            color: #fe4578;
        }

.nav-item-grupo {
    font-family: Montserrat-Light;
    font-size: medium;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.menu-header{
    padding:0;
}

.menu-hr {
    /*position: sticky;*/
    margin: 0 auto;
    width: 15%;
    left: 50%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 5px;
}

.btn-horarios {
    font-family: Montserrat-Light;
    font-size: medium;
    background-color: rgba(255,255,255,0.8);
    margin: 0px 0px 0px 0px;
    border: none;
    text-align: left;
    font-weight: bold;
    border-radius: .55rem;
}

.text-menu-titulo {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    font-family: Tahoma, Arial, Montserrat-Light;
    font-size: x-large;
    font-weight: bold;
}

.text-rodape-xp {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    font-family: Verdana, Arial, Montserrat-Light;
    font-size: small;
    font-weight: bold;
}


.text-item {
    margin-bottom: 0px;
    font-family: Montserrat-Light;
    font-size: large;
    font-weight: bold;
}

.text-preco-sm {
    margin-bottom: 0px;
    font-family: Montserrat-Light;
    font-size: small;
    font-weight: bold;
}

.text-obs {
    font-family: Montserrat-Light;
    font-size: small;
    font-weight: bold;
}

.text-receitaDetail {
    padding-top: 5px;
    margin-top: 0px;
    font-family: Montserrat-Light;
    font-size: medium;
    font-style: normal;
    text-align: left;
}

.text-caloriasDetail {
    font-family: Montserrat-Light;
    font-size: medium;
    font-style: normal;
}

.item-info-tam {
    font-family: Montserrat-Light;
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    padding: 1rem 0.5rem;
    /*color: #fff2cc;*/
    cursor: pointer;
    text-shadow: 0 0px 0px rgba(0,0,0,0.5);
    line-height: 1.25rem;    
}

    .item-info-tam .price-tam {
        position: absolute;
        bottom: 0.5rem;
        right: 0rem;
        font-size: 1.3rem;
        font-weight: 700;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08;
        color: white;
        line-height: 2rem;
    }

    .item-info-tam .price-tam-esgotado {
        position: absolute;
        bottom: 0.5rem;
        right: 0rem;
        font-size: 1.0rem;
        font-weight: 700;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08; 
        opacity: 0.4;
        color: white;
        line-height: 2rem;
    }


.item-cards {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(auto-fill, 25rem);
    grid-gap: 2rem;
    justify-content: center;
    padding-left: 0;
}

    .item-cards > li {
        height: 15rem;
        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;
    }

        .item-cards > li:hover {
            transform: scale(1.02);
        }




.item-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: 1rem 1rem;
    color: #fff2cc;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    line-height: 1.25rem;
}

    .item-info .title {
        color: white;
        font-size: 1.4rem;
        display: block;
        margin: 0.2rem 0 0.4rem 0;
        font-family: Montserrat-Light;
        /*font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;*/
        text-transform: uppercase;
    }

    .item-info .price {
        position: absolute;
        bottom: 0.5rem;
        right: 1rem;
        font-size: 1.3rem;
        font-weight: 700;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08;
        color: white;
        line-height: 2rem;
    }

.price::before {
    content: '';
    font-weight: 300;
    font-size: 1.2rem;
    margin-right: 0.2rem;
}

.rouded-img {
    border-radius: .55rem;
}

.rouded_redondo {
    border-radius: 50rem;
}

.popover-body {
    color: black !important;
    font-size: 18px !important;
    max-width: 600px !important;
    background-color: coral;
}

.paper {
    background: #fbf7c1;
    box-shadow: 0 1px 1px rgba(0,0,0,0.20), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0,0,0,0.20), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0,0,0,0.20);
    padding: 40px;
}




h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "Ocorreu um problema."
    }
