:root {
    --vermelho: #ED1B2E;
    --cinza: #666666;
    --branco: #E5E5E5;
    --rozinha: #FFFFFF, 30%;
    --fundo: #F3F3F3;
    --font: 'Inter', sans-serif
}

@media(min-width: 1026px) {

    .central {

        border-radius: 16px;
        align-items: center;
        margin-left: 37%;
        box-sizing: border-box;
        text-decoration: none;
        border: none;
        outline: none;
        padding-top: 34px;
        margin: 0px auto;
        width: 100%;
        max-width: 417px;
        background: white;
        box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;


    }

    .inc {
        text-align: center;
        margin-top: 9%;
        color: #4B4B4B;
    }

    .divAnuncio {
        visibility: hidden;
        height: 0px;
    }

    * {
        font-family: 'Inter', sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 16px;
    }

    .splash {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ED1B2E;
        z-index: 200;
        color: #F4F4F4;
        text-align: center;
        line-height: 90vh;
    }

    .barra {
        width: 375px;
    }

    .arrow_img {
        display: none;
    }

    .h1_recuperar {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        width: 350px;
        margin-bottom: 10px;
    }
    .span_info{
        color: var(--cinza);
        font-size: 16px;
        display: block;
        width: 324px;
        margin-left: 30px;
    }
    .carregar_info{
        color: #fff;
    margin-left: 46%;
    }

    .loading {
        display: none;
        position: fixed;
        z-index: 1; 
        padding-top: 25%; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        align-items: center;
        overflow: auto; 
        background-color: rgb(0,0,0); 
        background-color: rgba(0,0,0,0.4);
      }
      .loading.active{
        display: block;
      }
      .spin{
        margin-left: 49%;

        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid var(--vermelho);
        width: 60px;
        height: 60px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 0.8s linear infinite;
      }
      @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
      }
      
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }

    .splash.display-none {
        position: fixed;
        top: 0;
        display: none;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #F4F4F4;
        z-index: -10;
        color: #F4F4F4;
        text-align: center;
        line-height: 90vh;
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .fadeIn {
        -webkit-animation: fadeIn 0.7s ease-in-out;
        -moz-animation: fadeIn 0.7s ease-in-out;
        -o-animation: fadeIn 0.7s ease-in-out;
        animation: fadeIn 0.7s ease-in-out;
    }

    form {
        text-align: center;
        display: grid;
        justify-items: center;
        width: 100%;
    }

    .linkIndex {
        color: var(--vermelho);
        text-decoration: underline;
        margin-left: 1%;
        font-weight: 700;
        margin-bottom: 39px;
    }

    a {
        text-decoration: none;
    }

    h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: -0.02em;
        color: #666666;
        padding-left: 25px;
    }

    body {
        background-color: var(--cinza);
        background-color: var(--fundo);
    }

    header {
        text-align: center;
        text-align: center;
        padding-top: 6%;
        padding-bottom: 2%;
    }

    .classgoo {
        height: 48px;
        width: 87%;
        border-radius: 100px;
        text-align: center;
        left: 50px;
        padding: 1%;
    }

    .googleBtn {
        width: 87%;
        height: 48px;
        left: 25px;
        top: 194px;
        border: none;
        box-sizing: border-box;
        border-radius: 100px;
        height: 48px;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 100px;
        text-align: center;
        background-image: url("../img/google.png");
        background-repeat: no-repeat;
        background-position: 17px;
        font-size: 16px;
    }

    .btn {
        width: 25%;
        height: 46px;
        border: 1px solid var(--vermelho);
        box-sizing: border-box;
        border-radius: 100px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 18px;
        margin-left: 15px;
        cursor: pointer;
    }


    .card_func{
        padding: 0px;
        margin-top: 15px;
        width: 100%;
        margin-left: 0%;
    }


    .redBtn {
        background-color: var(--vermelho);
        color: var(--branco);
    }

    .redBtn-cad {
        margin-top: 7%;
    }

    .borderBtn {
        border: 1px solid #ED1B2E;
        margin-top: 75px;
        color: var(--vermelho);
    }

    .inputLine {
        width: 87%;
        height: 43px;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 12px;
        padding-left: 12px;
        outline: 0;
    }

    .inputs {
        text-align: center;
        display: grid;
        justify-items: center;
    }

    .divcenter {
        text-align: center;
    }

    .inputSpacing {
        margin-top: 10px;
    }

    .esqsenha {
        color: var(--vermelho);
        margin-top: 10px;
        text-align: left;
        margin-left: -44%;
        display: flex;
        text-decoration: underline;
        font-weight: 500;
    }

    /* Cadastro */
    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: -0.02em;
        color: #666666;
        padding-left: 35px;
    }

    .footer {
        width: 100%;
        bottom: 0;
        position: fixed;
        padding-bottom: 10px;
    }

    #seta {
        margin-left: 8rem;
        display: flex;
        margin-top: -0.7rem;


    }

    .valores {
        margin-left: 134px;
        font-weight: 700;
        text-align: left;
        padding-left: 24px;
        font-style: var(--font);

    }

    .valores_mes {
        font-weight: 700;
        text-align: left;
        padding-left: 24px;
        font-style: var(--font);

    }

    .span_valores {
        color: #00B087;
        font-size: 9px;
        font-weight: 700;
    }

    .span_valores_mes {
        color: var(--branco);
        font-size: 15px;
        font-weight: 700;
    }

    .span_retirada {
        color: var(--vermelho);
        font-size: 9px;
        font-weight: 700;
    }

    .span_retirada_mes {

        font-size: 15px;
        font-weight: 700;
        color: var(--branco);
    }
    .line_func{
        border: 1px solid #D5D7DC;
    }

    .faturado {
        margin-left: 0px;
        width: 22rem;
        margin-top: 0.7rem;
    }

    .datas {
        margin-top: -78px;
        display: block;
    }

    #total {
        margin-left: 138px;
        margin-top: 13px;
        display: flex;
    }

    #abertura {
        display: block;
        margin-left: -51px;
        font-weight: 700;
    }

    .mesa_img {
        width: 71px;
        height: 55px;
        margin-left: -47px;
        background-color: white;
        border: none;

    }

    .sigla {
        font-size: 10px;
    }

    .sigla_mes {
        font-size: 16px;
        position: relative;
        top: -24px;
        color: var(--branco);
    }

    .img_valores {
        position: relative;
        top: 3px;
    }

    .img_valores_mes {
        position: relative;
        top: -21px;
        width: 23px;
    }

    .span_data {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
    }

    #fechamento {
        margin-top: 39px;
        display: block;
        font-weight: 700;
        margin-left: -22px;
    }

    .header{
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2rem 9%;
        background: #fff;
        filter: drop-shadow();
        display: flex
;
        align-items: center;
        z-index: 100;
        height: 2%;
    }
    
    .logo{
        font-size: 3rem;
        color: var(--main-color);
        font-weight: 800;
        cursor: pointer;
        transition: 0.5s ease;
        margin-right: 12rem;
    
    }
    
    .logo:hover{
        transform: scale(1.1);
    }
    .user{
        margin-top: -21px;
        margin-left: 300px;
        position: relative;
        top: 11px;

    }

    @media(max-width:1728px){
        .user {
            margin-top: -21px;
            margin-left: 137px;
            position: relative;
            top: 11px;
        }
    
    }




    .navbar a {
        font-size: 20px;
        color: #000;
        font-weight: 400;
        transition: 0.3s ease;
        border-bottom: 3px solid transparent;
        margin-left: 4rem;
    
    }
    .navbar a:hover,
    .navbar a.active{
        color: var(--vermelho);
        border-bottom: 3px solid var(--vermelho);
    }

    /* Home */
    .headerMenor {

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 3rem 9%;
        background: rgba(0, 0, 0, 0.7);
        filter: drop-shadow();
        display: none;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
    }

    /* Menu */
    #menuToggle {
        display: block;
        position: relative;
        top: -32px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle a {
        text-decoration: none;
        color: #232323;
        transition: color 0.3s ease;
    }

    #menuToggle a:hover {
        color: var(--vermelho);
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        opacity: 0;
        /* hide this */
        z-index: 2;
        /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }

    /*
      * Just a quick hamburger
      */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: var(--vermelho);
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    /* 
      * Transform all the slices of hamburger
      * into a crossmark.
      */
    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: var(--vermelho);
    }

    /*
      * But let's hide the middle one.
      */
    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
      * Ohyeah and the last one should go the other direction
      */
    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    /*
      * Make this absolute positioned
      * at the top left of the screen
      */
    #menu {
        display: flex;
        font-size: 1.8rem;
        color: #000;
        margin-left: 4rem;
        font-weight: 500;
        transition: 0.3s ease;
        border-bottom: 3px solid transparent;
    
    }

    #mesa_img {
        width: 10%;
        position: relative;
        left: 25%;
        top: -15px;
    }

    .mesas_disponiveis {
        display: inline-block;
    }

    #aviso_input {
        padding-bottom: 25px;
        letter-spacing: -0.02em;
        color: #666666;
        font-size: 17px;
        width: auto;
        padding-top: 10px;
        font-weight: 600;

    }

    #zap {
        padding-bottom: 25px;
        letter-spacing: -0.02em;
        color: #666666;
        font-size: 17px;
        width: auto;
        padding-top: 10px;
        font-weight: 600;
        margin-left: 60px;
    }

    #id_comanda {
        background: #FFFFFF;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 6px;
        width: 90%;
        height: 48px;
        color: var(--vermelho);
        outline: 0;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: -0.02em;
    }

    .red-input {
        accent-color: var(--vermelho);
        height: 20px;
        /* not needed */
        width: 20px;
        /* not needed */
    }

    #logo_img {
        position: relative;
        left: 54px;
    }

    .tabela {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        padding-top: 25px;
        margin-right: 10px;
        flex-wrap: wrap;

    }

    .info_table {
        padding-bottom: 25px;
        letter-spacing: -0.02em;
        color: #666666;
        font-size: 17px;
        width: auto;
        padding-top: 10px;
        font-weight: 600;
    }

    #tabela {
        padding-bottom: 25px;
        letter-spacing: -0.02em;
        color: #666666;
        font-size: 17px;
        width: auto;
        padding-top: 10px;
        font-weight: 600;

    }

    #aviso_email {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.02em;
        color: #ED1B2E;
        left: -25%;
        position: relative;
        display: none;
    }

    #aviso_cpf {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.02em;
        color: #ED1B2E;
        left: -25%;
        position: relative;
        display: none;
    }

    #aviso_senha {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.02em;
        color: #ED1B2E;
        left: -25%;
        position: relative;
        display: none;
    }

    .pagamento_mes {
        width: 94%;
        height: 143px;
        background: #F4F4F4;
        display: grid;
        margin: 11px;
        border-radius: 6px;
        text-align: center;
        padding: 26px;
        padding-top: 50px;
        justify-items: start;
        background-color: #ED1B2E;
    }

    #label_img {
        position: relative;
        top: 0%;
        left: 11%;
        color: var(--vermelho);
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.02em;

    }

    #menu li {
        padding: 10px 0;
        font-size: 22px;
        padding-left: 25px;
        font-weight: 800;
    }

    /*
      * And let's slide it in from the left
      */
    #menuToggle input:checked~ul {
        transform: none;
    }

    .spanHome {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 27px;
        color: #000;
        letter-spacing: -0.02em;
        padding: 0px;
        margin-left: 170px;
        padding-top: 33px;
        display: flex
;
    }
    .spanHome2{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        color: #000;
        letter-spacing: -0.02em;
        padding: 0px;
        margin-left: 170px;
        padding-top: 33px;
        display: flex;
    }

    @keyframes slidein {
        from {
            margin-top: 300%;
            width: 0%;
            margin-left: 100%
        }

        to {
            margin-left: 0%;
            width: 100%;
        }
    }



 .select_estab{
    background-color: #fff;
        width: 37%;
        margin-left: 172px;
        border-radius: 8px;
        height: 10%;
 }

    .spanVermelhao {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        margin-left: 5px;
        position: relative;
        left: -9px;
    }

    .inverseBtn {
        margin-top: 2%;
        color: #fff;
        font-weight: 600;
        background-color: var(--vermelho);
    }

    /* Animaçao */
    input[type="file"] {
        display: none;
    }

    #imgPhoto {
        margin-top: -27px;
        width: 38px;
        margin-left: 255px;
    }

    .lulu {
        padding: 15px 10px;
        height: 48px;
        color: var(--cinza);
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
        text-align: initial;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 6px;
        outline: 0;
    }

    .btnImg {
        width: 25%;
        height: 31px;
        float: right;
        background-image: url(../img/imgFile.png);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position-x: center;
        border: none;
        background-color: #00000000;
    }

    .slideInUp {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes slideInUp {
        0% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            visibility: visible;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes slideInUp {
        0% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            visibility: visible;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .centralizar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Cad-estabelecimento */
    .btnQnt {
        stroke-dasharray: none;
        display: flex;
        justify-content: center;
    }

    .input-menos {
        -webkit-border-top-right-radius: 100px;
        -webkit-border-bottom-right-radius: 100px;
        -moz-border-radius-topright: 100px;
        -moz-border-radius-bottomright: 100px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        border-style: none;
        border: 1px solid #2d2e2f;
        width: 9%;
        height: 48px;
        color: var(--vermelho);
        font-size: 33px;
    }

    .input-mais {
        -webkit-border-top-left-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -moz-border-radius-bottomleft: 100px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-style: none;
        border: 1px solid #2d2e2f;
        width: 9%;
        height: 48px;
        color: var(--vermelho);
        font-size: 40px;
    }

    .input-quantidade {
        width: 67.8%;
        height: 48px;
        text-align: center;
        outline: 0;
    }

    /* estabelecimento-sucesso */
    .pulse {
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes pulse {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    .bounceIn {
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
        /* animation-iteration-count: 2; */
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes bounceIn {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
        }

        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes bounceIn {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }

        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
        }

        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    .fundo-red {
        background-color: var(--vermelho);
        margin-top: 180px;
        text-align: center;
    }

    .visto {
        width: 200px;
        height: 200px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .visto2 {
        width: 170px;
        height: 170px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .visto3 {
        width: 140px;
        height: 140px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .visto3sucess {
        padding-bottom: 10px;
    }

    .visto-img {
        width: 90px;
    }

    .spanSucesso {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }

    /* Home-Cadastrado */
    .dropdown_estabelecimento {
        background: #FFFFFF;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 6px;
        width: 63%;
        height: 42px;
        color: var(--vermelho);
        outline: 0;
        padding-left: 16px;
        padding-right: 10px;
        margin-left: 12px;
        letter-spacing: -0.02em;
        margin-top: 25px;


    }
    .info_card{
        background-color: #fff;
        width: 18%;
        display: inline-flex
;
        border-radius: 8px;
        height: 26%;
        margin-left: 170px;
        margin-top: 26px;
        margin-right: -150px;
    }
    .info_card_mesas{
        background-color: #fff;
        width: 37%;
        display: inline-flex
;
        border-radius: 8px;
        margin-left: 170px;
        margin-top: 26px;
        display: flex;
    }
    .info_card_funcio{
        background-color: #fff;
        width: 37%;
        display: inline-flex
;
        border-radius: 8px;
        margin-left: 170px;
        margin-top: 26px;
        border: 1px solid #D5D7DC;
        display: block;
    }

    

    .modal {
        text-align: center;
        display: block;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #0e0e0ed6;

        animation: fade-top 1s ease-in;

    }

    @keyframes fade-top {
        0% {
            transform: translateY(-100px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .modal-content {
        background: rgba(196, 196, 196, 0.79);
        margin: auto;
        padding: 20px;
        width: 80%;
        height: 70%;
    }

    .deuokrai {
        cursor: pointer;
    }

    #cadas {
        color: var(--vermelho);
        font-weight: 800;
    }

    #confirme {
        color: var(--cinza);
        font-weight: 800;
    }

    #p_comfirmar {
        width: 50%;
        margin-left: 25%;
    }

    #cadas_email {
        color: var(--vermelho);
        font-weight: 800;
        width: 86%;
        margin-left: 8%;
    }

    .modalus {
        margin-left: 9%;
    }


    .modal-span {
        position: relative;
        top: 26%;
        left: 2%;
        color: var(--vermelho);
        font-size: 23px;
    }

    .modal_cadastro {
        display: inline-grid;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        flex-direction: column;
        overflow: auto;
        background-color: ffffff;
        animation: fade-top 1s ease-in;
    }

    .card {
        border-width: 87%;
        padding: 20px;
        margin-top: 15px;
        width: 87%;
        margin-left: 6.5%;
    }

    .card-div {
        margin-bottom: 30px;
        height: 1%;
    }

    .btnAdd {
        width: 69px;
        height: 52px;
        border: 1px solid #ED1B2E;
        box-sizing: border-box;
        border-radius: 8px;
        text-align: center;
        font-weight: 800;
        margin-bottom: 18px;
        margin-left: 9px;
        margin-top: 16%;
        color: #ED1B2E;
        font-weight: 600;
        cursor: pointer;
    }

    .btnAdd_reduzir {
        width: 69px;
        height: 52px;
        border: 1px solid #ED1B2E;
        box-sizing: border-box;
        border-radius: 8px;
        text-align: center;
        font-weight: 800;
        margin-bottom: 18px;
        margin-left: 9px;
        margin-top: 16%;
        color: #ED1B2E;
        font-weight: 600;
        cursor: pointer;
    }

    .spanAdd {
        color: #000;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
        margin-top: 11px;
    }
    .spanAdd_mesa {
        color: #000;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
        margin-top: 11px;
        margin-right: 11rem;
    }
    .spanAdd_funcio {
        color: #000;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
        margin-top: 9px;
        margin-right: 8rem;
        margin-left: 73px;
        display: inline-block;
    }

    .h2-Add {
        color: var(--branco);
        padding-left: 0;
    }

    .footerAdd {
        padding-bottom: 46px;
    }

    .quantidadeAdd {
        margin-top: 31px;
        margin-right: -1px;
        margin-left: 50%;
        font-weight: 700;
        color: #000;
        font-size: 31px;


        display: flex
;
    }

    .cardapio-item {
        width: 40%;
        height: 184px;
        background: rgba(237, 27, 46, 0.03);
        box-sizing: border-box;
        border-radius: 6px;
        margin-left: 7%;
        margin-top: 15px;
        text-align: center;
        padding-top: 30px;
    }

    .div-cardapio {
        display: flex;
    }

    .img-cardapio {
        width: 78px;
    }

    .cardapio-item:hover {
        border: 1px solid rgba(237, 27, 46, 0.2);
    }

    .h1-bebida {
        color: var(--vermelho);
        margin-top: 15px;
        margin-right: 28px;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.02em;
    }

    .h1-comida {
        color: var(--vermelho);
        margin-top: 20px;
        margin-right: 28px;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.02em;
    }

    .inputs label {
        margin-top: 14px;
        margin-bottom: 6px;
        place-self: flex-start;
        width: 80%;
    }

    .Post {
        width: 87%;
        height: 43px;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 12px;
        padding-left: 12px;
        outline: 0;
    }

    .container {
        text-align: left;
        display: inline-flex;

        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 13px;
        letter-spacing: -0.02em;
        color: #666666;
        padding-left: 3px;
        margin-left: 8px;
        margin-right: 0px;
    }


    .arrow-icon {
        height: 2.8em;
        width: 2.8em;
        display: block;
        padding: 0.5em;
        margin: 1em auto;
        position: relative;
        cursor: pointer;
        border-radius: 4px;
    }

    .left-bar {
        position: absolute;
        background-color: transparent;
        top: 0;
        left: 0;
        width: 40px;
        height: 10px;
        display: block;
        transform: rotate(35deg);
        float: right;
        border-radius: 2px;

        &:after {
            content: "";
            background-color: var(--vermelho);
            width: 40px;
            height: 10px;
            display: block;
            float: right;
            border-radius: 6px 10px 10px 6px;
            transition: all;
            z-index: -1;
        }
    }

    .right-bar {
        position: absolute;
        background-color: transparent;
        top: 0px;
        left: 26px;
        width: 40px;
        height: 10px;
        display: block;
        transform: rotate(-35deg);
        float: right;
        border-radius: 2px;

        &:after {
            content: "";
            background-color: var(--vermelho);
            width: 40px;
            height: 10px;
            display: block;
            float: right;
            border-radius: 10px 6px 6px 10px;
            transition: all;
            z-index: -1;
        }
    }

    .open {
        .left-bar:after {
            transform-origin: center center;
            transform: rotate(-70deg);
        }

        .right-bar:after {
            transform-origin: center center;
            transform: rotate(70deg);
        }

    }



    .Send {
        width: 53px;
        height: 48px;
        background: #ED1B2E;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        padding-bottom: 16px;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        letter-spacing: -0.02em;
        padding: inherit;
        color: #FFFFFF;
    }

    .SendIndex {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        width: 53px;
        height: 43px;
        background: none;
        padding-bottom: 16px;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        letter-spacing: -0.02em;
        padding: inherit;
        color: #FFFFFF;
        outline: none;
        padding-top: 0px;
        margin-left: -57px;
        margin-top: 3px;

    }

    #buscar_produto {
        width: 20%;
        margin-left: 21px;
        -webkit-transition: width 0.6s ease-in-out;
        transition: width 0.6s ease-in-out;
    }

    #buscar_produto:focus {
        width: 90%;
        outline: 0;
        appearance: none;

    }

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

    #campo_busca {
        width: 26%;
        display: inline-block;
        -webkit-transition: width 0.6s ease-in-out;
        transition: width 0.6s ease-in-out;
    }

    #campo_busca:focus {
        width: 90%;
   
        outline: 0;


    }
    .span_funcio{
        color: #000;
        font-weight: 700;
        font-size: 20px;
        margin-left: 20px;
    }

    .input-icon {
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }
    .btn_big{
        width: 75%;
    }

    /* cadastro funcionarios cardapios */
    .div-cadastrado {

        border-radius: 6px;
        display: flex;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .div-cadastrado-padrao {
        height: 111px;
        background: var(--vermelho);
        border-radius: 6px;
        display: flex;
        width: 87%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .span-cadastrado {
        width: 70%;
        display: inline-block;
        font-style: var(--font);
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #666666;
        padding-left: 25px;
        padding-top: 13px;
    }

    .span-cadastrado-padrao {
        width: 70%;
        display: grid;
        font-style: var(--font);
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: var(--branco);
        padding-left: 25px;
        padding-top: 13px;

    }

    .nome-cadastrado {
        font-style: var(--font);
        font-weight: 700;
        font-size: 18px;
        line-height: 31px;
        /* identical to box height */
        letter-spacing: -0.02em;
        text-align: left;
    }

    .btn-cadastrado {
        width: 30%;
        display: inline-flex;
        padding: 20px;
    }

    .btn-cadastrado-padrao {
        width: 30%;
        display: grid;
        padding: 20px;
    }

    .btn-cadastrado button {
        background-color: rgba(194, 100, 100, 0);
        border: none;
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        line-height: 19px;
        letter-spacing: -0.02em;
        margin-left: 0px;
        cursor: pointer;
    }

    .btn-cadastrado-padrao button {
        background-color: rgba(194, 100, 100, 0);
        border: none;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        margin-left: 20px;
    }

    .editarGrey {
        color: var(--cinza);
    }

    .ativar {
        color: #00B087;
        margin-top: 13px;
    }

    .editarGrey-padrao {
        color: var(--branco);
    }

    .excluirRed {
        color: var(--vermelho);
        margin-left: 10px;
        margin-top: 12px;
    }

    .excluirRed-padrao {
        color: #000000;
    }

    .estado-mesas {
        font-style: normal;
        font-weight: normal;
        font-size: 45px;
        line-height: 24px;
        display: inline-flex;
        justify-content: space-evenly;
        /* identical to box height, or 200% */
        letter-spacing: -0.02em;
        color: #666666;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid rgba(102, 102, 102, 0.2);
        border-bottom: 1px solid rgba(102, 102, 102, 0.2);
        width: 90%;
        margin-left: 5%;
    }

.mesas_perso{
    width: 13%;
    height: 64px;
    background-color: rgb(244, 244, 244);
    opacity: 0.1;
    margin: 10px;
    color: rgb(90, 90, 90);
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    line-height: 27px;
    letter-spacing: -0.02em;
    padding-top: 20px;
    text-align: center;

}


    #ponto1{

        color: var(--fundo);
    }
    #ponto2{
        margin-left: 20px;
        color: var(--vermelho);
    }

    .margin-top20 {
        margin-top: 20px;
        font-size: 24px;
    }

    .mesas {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        padding-top: 25px;
        margin-right: 10px;
        flex-wrap: wrap;
    }

    /* Abrir Caixa Retirada/fechar */
    .divRetirada {
        background: #FFFFFF;
        border: 1px solid rgba(102, 102, 102, 0.1);
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        width: 87%;
        margin: 0 auto;
        margin-top: 15%;
    }

    .btnRetirada {
        width: 86%;
        margin: 0 auto;
        margin-top: -2%;
        padding-bottom: 7%;
    }

    /* Abrir Caixa / cleinte */
    .seleCliente {
        margin: 0 auto;
        width: 87%;
        display: flex;
        padding: 10px;
    }

    .spanInputs {
        justify-self: baseline;
        padding-left: 7%;
        padding-top: 17px;
        margin-bottom: -8px;
        color: #666666;
    }

    /* BUSCAR ITENS CARDAPIO BEBIDA/COMIDA */
    .itens-cardapio {
        width: 40%;
        height: 165px;
        background: #F4F4F4;
        display: grid;
        margin: 5px;
        border-radius: 6px;
        text-align: center;
        padding: 26px;
        padding-top: 40px;
        justify-items: start;
        color: #666666;
    }

    .itens-cardapio-span {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }

    .itens-cardapio:hover {
        background: #ED1B2E;
        color: #F4F4F4;
    }

    /* Comdanda */
    table {
        width: 100%;
        border-top: 1px solid rgba(102, 102, 102, 0.2);
        padding-top: 15px;
        padding-left: 25px;
        border-spacing: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #000000;
    }

    .anuncio {
        position: absolute;
        width: 300px;
        height: 100px;
        left: 30px;
        top: 398px;
        background: #5A5A5A;
    }

    .td-preço {
        float: right;
        padding-right: 35px;
    }

    .td-nome {
        text-align: right;
    }

    /* Modificações finais */
    .label-listas {
        padding-bottom: 25px;
        letter-spacing: -0.02em;
        color: #666666;
        font-size: 18px;
        padding-left: 7%;
        width: auto;
        padding-top: 10px;
        font-weight: 600;
    }

    /* button:active{
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.426);
    
        transform: translateY(-2px);
    } */


    .whatever {
        width: 40%;
        height: 165px;
        background: #F4F4F4;
        display: grid;
        margin: 5px;
        border-radius: 6px;
        text-align: center;
        padding: 26px;
        padding-top: 40px;
        justify-items: start;
        color: #666666;
    }

    .pagamento {
        width: 94%;
        height: 143px;
        background: #F4F4F4;
        display: grid;
        margin: 11px;
        border-radius: 6px;
        text-align: center;
        padding: 26px;
        padding-top: 40px;
        justify-items: start;
        color: #666666;
    }

    .btn_faturamento {
        width: 98%;
        height: 48px;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 10px;
        font-weight: 700;
        text-align: left;
        padding-left: 24px;
    }

    .pay {
        width: 100%;
        display: grid;
        font-style: var(--font);
        font-weight: normal;
        font-size: 26px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #666666;
        padding-top: 46px;
        text-align: center;
    }

    .pay_modal {
        display: inline;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        flex-direction: column;
        overflow: auto;
        background-color: ffffff;
        animation: fade-top 1s ease-in;
    }

    .checkboxes input[type=checkbox] {
        display: none;
    }

    .checkboxes input[type=checkbox]:checked+.whatever {
        background-color: var(--vermelho);
        color: #D5D7DC;
    }

    input[type='radio'] {
        accent-color: var(--vermelho);
        margin-left: 7px;
    }

    .total {
        font-family: Inter;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #ED1B2E;

    }

    #marca {
        width: 64%;
        margin-left: -23%;
    }

    .group {
        position: relative;
        margin-top: 45px;
    }

    .input_card {
        font-size: 18px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 300px;
        border: none;
        border-bottom: 1px solid #757575;
    }

    input:focus {
        outline: none;
    }

    /* LABEL ======================================= */
    .label_card {
        color: #999;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 10px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    /* active state */
    input:focus~label,
    input:valid~label {
        top: -20px;
        font-size: 14px;
        color: #5264AE;
    }

    /* BOTTOM BARS ================================= */
    .bar {
        position: relative;
        display: block;
        width: 300px;
    }

    .bar:before,
    .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

    /* active state */
    input:focus~.bar:before,
    input:focus~.bar:after {
        width: 50%;
    }

    /* HIGHLIGHTER ================================== */
    .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }

    /* active state */
    input:focus~.highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }

    /* ANIMATIONS ================ */
    @-webkit-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }

        to {
            width: 0;
            background: transparent;
        }
    }

    @-moz-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }

        to {
            width: 0;
            background: transparent;
        }
    }

    @keyframes inputHighlighter {
        from {
            background: #5264AE;
        }

        to {
            width: 0;
            background: transparent;
        }
    }

    .span_value {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 27px;
        color: var(--cinza);
        letter-spacing: -0.02em;
        DISPLAY: grid;
        padding: 4px;
        padding-left: 0rem;
        padding-top: 1rem;
        text-align: center;
    }

    #value {
        font-size: 36px;
    }

    .copie {
        width: 37%;
        height: 49px;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 100px;
        text-align: center;
        background-color: var(--vermelho);
        color: var(--branco);
        font-weight: 700;
        margin-left: 14rem;
    }

    #pix2 {
        width: 100%;
        display: grid;
        font-style: var(--font);
        font-weight: normal;
        font-size: 8px;
        line-height: 12px;
        letter-spacing: -0.02em;
        color: #666666;
        padding-top: 36px;
        text-align: center;
        margin-bottom: 2rem;
    }

    #boleto2 {
        width: 100%;
        display: grid;
        font-style: var(--font);
        font-weight: normal;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: -0.02em;
        color: #666666;
        padding-top: 36px;
        text-align: center;
        margin-bottom: 2rem;
    }

    .faturamento_mes {
        width: 22.5rem;
        margin-left: 0.5rem;
        display: flex;
        margin-top: 0.7rem;
    }

    .label_login {
        margin-top: 5px;
        margin-bottom: 6px;
        place-self: flex-start;
        width: 78%;
        text-align: left;
        margin-left: 30px;
    }

    .sem_cadastro {
        margin-top: 10%;
        display: flex;
        margin-left: 12%;
    }
    .retirada{
        margin-top: 3%;
    width: 30%;
    margin-left: 4%;
    }
    .fechar_caixa{
        margin-top: 3%;
    width: 30%;
    margin-left: 4%;
    }

    .back {
        margin-top: 20px;
        margin-left: 30px;
    }
    .btnAdd_home{
        width: 90%;
        height: 46px;
        border: 1px solid #ED1B2E;
        box-sizing: border-box;
        border-radius: 100px;
        text-align: center;
        font-weight: 800;
        margin-bottom: 18px;
        margin-left: 12px;
        margin-top: 21%;
        color: #ED1B2E;
        font-weight: 600;
        background-color: #fff;
   
    }

    .card_funcionario{
        background-color: var(--fundo);
        height: 5%;
    }

}

    
@media(max-width:1500px){
    .user {
        margin-top: -10px;
        margin-left: 17px;
        position: relative;
        top: 11px;
    }

    .navbar a {
        font-size: 16px;
        color: #000;
        font-weight: 400;
        transition: 0.3sease;
        border-bottom: 3px solid transparent;
        margin-left: 2.5rem;
    }
    .logo {
        font-size: 3rem;
        color: var(--main-color);
        font-weight: 800;
        cursor: pointer;
        transition: 0.5sease;
        margin-right: 7rem;
    }
    

}


    
@media(min-width:1500px){
    .user {
        margin-top: -10px;
        margin-left: 150px;
        position: relative;
        top: 11px;
    }


}

@media(max-width:1200px )and (min-width:1000px){
    .dropdown_estabelecimento {
        background: #FFFFFF;
        border: 1px solid #D5D7DC;
        box-sizing: border-box;
        border-radius: 6px;
        width: 63%;
        height: 42px;
        color: var(--vermelho);
        outline: 0;
        padding-left: 16px;
        padding-right: 10px;
        margin-left: 12px;
        letter-spacing: -0.02em;
        margin-top: 15px;
    }
    .info_card {
        background-color: #fff;
        width: 18%;
        display: inline-flex
;
        border-radius: 8px;
        height: 32%;
        margin-left: 170px;
        margin-top: 26px;
        margin-right: -150px;
    }

    .btnAdd{
        width: 90%;
        height: 46px;
        border: 1px solid #ED1B2E;
        box-sizing: border-box;
        border-radius: 100px;
        text-align: center;
        font-weight: 800;
        margin-bottom: 18px;
        margin-left: 12px;
        margin-top: 21%;
        color: #ED1B2E;
        font-weight: 600;
        background-color: #fff;
   
    }


}
    
