/* _content/RBSoftwares-GestaoComercial-Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-v5x0wivqug] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v5x0wivqug] {
    flex: 1;
}

.sidebar[b-v5x0wivqug] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v5x0wivqug] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v5x0wivqug]  a, .top-row[b-v5x0wivqug]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v5x0wivqug]  a:hover, .top-row[b-v5x0wivqug]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v5x0wivqug]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-v5x0wivqug] {
        justify-content: space-between;
    }

    .top-row[b-v5x0wivqug]  a, .top-row[b-v5x0wivqug]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v5x0wivqug] {
        flex-direction: row;
    }

    .sidebar[b-v5x0wivqug] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v5x0wivqug] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v5x0wivqug]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v5x0wivqug], article[b-v5x0wivqug] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-v5x0wivqug] {
    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[b-v5x0wivqug] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RBSoftwares-GestaoComercial-Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v2m4p5m1gi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-v2m4p5m1gi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-v2m4p5m1gi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    background: linear-gradient(350deg, var(--btnCorTemaVerde), var(--btnCorTemaAzul));
}

.navbar-brand[b-v2m4p5m1gi] {
    font-size: 1.1rem;
}

.bi[b-v2m4p5m1gi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;

}

.bi-house-door-fill-nav-menu[b-v2m4p5m1gi] {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-v2m4p5m1gi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-v2m4p5m1gi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-v2m4p5m1gi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v2m4p5m1gi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v2m4p5m1gi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v2m4p5m1gi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-v2m4p5m1gi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-v2m4p5m1gi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-v2m4p5m1gi] {
    display: none;
    background: linear-gradient(350deg, var(--btnCorTemaVerde), var(--btnCorTemaAzul));
}

.navbar-toggler:checked ~ .nav-scrollable[b-v2m4p5m1gi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v2m4p5m1gi] {
        display: none;
    }

    .nav-scrollable[b-v2m4p5m1gi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/RBSoftwares-GestaoComercial-Web/Components/Pages/Clientes/CadastroCliente.razor.rz.scp.css */



body[b-tls9x37m4v] {
    
}

.div-txts[b-tls9x37m4v]{
    /*background-color:antiquewhite;*/
    display: flex;
    justify-content: space-between;

}
.div-txts input[b-tls9x37m4v]{
    margin-left: 7px;
}

.div-labels[b-tls9x37m4v]{
    display: flex;
}

.linha-inputs[b-tls9x37m4v] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; /* permite quebrar linha ao diminuir */
}

.tela-flut[b-tls9x37m4v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-input[b-tls9x37m4v] {
    /*flex: 1 1 200px;*/ /* cresce, diminui, valor base 200px */
    margin-top: 5px;
    min-width: 200px;
    width: 49%;
}

@media (max-width: 496px) { /* ajuste o valor conforme desejar */
    .linha-inputs[b-tls9x37m4v] {
        flex-direction: column; /* empilha verticalmente */
    }

    .col-input[b-tls9x37m4v] {
        margin-top: 0px;
        min-width: 0; /* deixa colapsar total */
        width: 100%;
    }
}



/* _content/RBSoftwares-GestaoComercial-Web/Components/Pages/ControleOrcamentos/ControleOrcamentos.razor.rz.scp.css */
body[b-20tepzy4o5] {
}

.btn-detalhes[b-20tepzy4o5] {
    width: 50px;
    height: 50px;
    background: darkblue;
    border-radius: 7px;
    border: none;
    color: white;
}
    .btn-detalhes:active[b-20tepzy4o5], btn-detalhes:focus[b-20tepzy4o5], btn-detalhes:hover[b-20tepzy4o5] {
        /* Ajuste a cor e a opacidade conforme necessário */
        /* background: #0042a9;*/ /*azul escuro*/
        /*background: #06d4c1;*/ /*azul água claro*/
        /*background: #26a3f6; */ /*azul claro*/

        background: linear-gradient(150deg, blue, #06d4c1);
    }

.tela-flut[b-20tepzy4o5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.corpo-telaflut[b-20tepzy4o5] {
    /*max-width: 950px;*/
    margin: 0 auto; /* centraliza horizontalmente */
    background: #fff; /* só para exemplo */
    box-shadow: 0 2px 18px rgba(0,0,0,0.17);
    padding: 20px;
    border-radius: 8px;
    width: 90%; /* Define a largura fixa */
    height: 90%; /* Define a altura fixa */
    max-height: 800px; /* Define a altura máxima */
    overflow: auto;
}

/*.fechartelaflut {
    position: absolute;*/ /* Agora dentro do .corpo-telaflut */
    /*top: 12px;*/ /* ajuste se quiser mais ou menos afastado do topo */
    /*right: 12px;*/ /* ajuste se quiser mais/longe da borda mais à direita */
    /*width: 50px;
    height: 50px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;*/ /* Coloca acima dos outros elementos da modal */
/*}*/

.btn-fechar[b-20tepzy4o5] {
    width: 30px;
    height: 30px;
    border-radius: 5px 5px 5px 5px;
    border-color: aliceblue;
    background-color: lightgray;
    color: dimgrey;
}

.container-pesquisa[b-20tepzy4o5] {
    display: flex;
    align-items: center;
    width: 100%;
}

    .container-pesquisa .inputs[b-20tepzy4o5] {
        flex: 1 1 auto;
        height: 45px;
        min-width: 0; /* Evita overflow do input */
    }

    .container-pesquisa .btn-pesq[b-20tepzy4o5] {
        height: 45px;
        margin-left: 8px; /* Espaçamento opcional */
        /* Defina o tamanho desejado do botão, se quiser, ex: min-width: 45px; */
    }

/*Tabela*/
/*.table-container {*/
    /* max-height: calc(100vh - 200px); /* só limita quando precisa */
    /*margin-top: 10px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    width: 100%;
}

.table {
    width: 100%;
    margin: 0 auto;*/
    /*background: #262a35;*/
    /*background-color: #fff;
    color: #000;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0004;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

    .table th, .table td {
        padding: 10px 6px;
        text-align: left;
        border: none;
    }

    .table th {
        background: #fff;
        color: #000;
        font-weight: 700;
    }

    .table td {
        background: #eeeeee;
        color: #000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .table tr:nth-child(even) td {
        background: #fff;
        color: #000;
    }*/

.titulo-itens[b-20tepzy4o5] {
    font-size: 1.16rem;
    font-weight: 600;
    margin: 24px 0 13px 0;
    color: #2846a0;
    letter-spacing: 1px;
    text-align: left;
}

.itens-pedido-lista[b-20tepzy4o5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item-pedido-card[b-20tepzy4o5] {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 1px 8px rgba(50,70,130,0.08);
    padding: 11px 12px 7px 12px;
    font-size: 1.01rem;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.item-topo[b-20tepzy4o5] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.99em;
    margin-bottom: 3px;
}

.item-qntd[b-20tepzy4o5] {
    color: #192cb6;
    font-size: 1.18em;
    font-weight: bold;
}

.item-un[b-20tepzy4o5] {
    font-size: 0.98em;
    color: #648288;
}

.item-total-mobile[b-20tepzy4o5] {
    margin-left: auto;
    color: #22905e;
    font-weight: 500;
    font-size: 0.99em;
}

.item-produto[b-20tepzy4o5] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #434;
    font-weight: 500;
}

    .item-produto i[b-20tepzy4o5] {
        color: #52a2e2;
        font-size: 1.11em;
    }

.item-vazio[b-20tepzy4o5] {
    background: #fff8ea;
    color: #c1972c;
    text-align: center;
    border-radius: 7px;
    padding: 12px 0;
    font-size: 1.09em;
}

.resumo-pedido[b-20tepzy4o5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 25px 0 6px 0;
    background: #f5faff;
    border-radius: 10px;
    padding: 12px 15px 13px 15px;
}

.linha-resumo[b-20tepzy4o5] {
    display: flex;
    justify-content: space-between;
    color: #2c3b5a;
    font-size: 1.09em;
    font-weight: 500;
}

    .linha-resumo span:last-child[b-20tepzy4o5] {
        font-weight: 700;
        color: #21a892;
    }

.status-pedido-box[b-20tepzy4o5] {
    background: #eefaff;
    border-radius: 8px;
    padding: 15px 11px 14px 11px;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.status-linha[b-20tepzy4o5] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2265c9;
    font-size: 1.06em;
}

    .status-linha i[b-20tepzy4o5] {
        color: #409cff;
        font-size: 1.16em;
    }

.spinner-status[b-20tepzy4o5] {
    margin-left: 14px;
    width: 22px;
    display: inline-block;
}

.contato-loja[b-20tepzy4o5] {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.98em;
    color: #55666b;
}

    .contato-loja i[b-20tepzy4o5] {
        color: #28838e;
    }

.pagamento-card[b-20tepzy4o5] {
    background: #fafffb;
    border-radius: 9px;
    margin-top: 7px;
    box-shadow: 0 1px 8px rgba(50,70,130,0.07);
    padding: 7px 11px 11px 11px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.pagamento-linha[b-20tepzy4o5] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.01em;
    padding: 5px 0;
    color: #32405a;
}

    .pagamento-linha i[b-20tepzy4o5] {
        color: #12a86f;
        font-size: 1.01em;
    }

.pagamento-valor[b-20tepzy4o5] {
    margin-left: auto;
    font-weight: 700;
    color: #18a170;
}

/* MOBILE */
@media (max-width: 600px) {
    .pedido-card[b-20tepzy4o5], .resumo-pedido[b-20tepzy4o5], .pagamento-card[b-20tepzy4o5], .item-pedido-card[b-20tepzy4o5], .status-pedido-box[b-20tepzy4o5] {
        max-width: 100vw;
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .titulo-itens[b-20tepzy4o5] {
        font-size: 1.05rem;
        margin-top: 16px;
    }

    .item-pedido-card[b-20tepzy4o5] {
        padding: 10px 2vw 7px 2vw;
    }
}

.fechartelaflut[b-20tepzy4o5] {
    position: fixed;
    top: 33px; /* Distância do topo - ajuste conforme preferir */
    right: 15px; /* Gruda no lado direito */
    width: 50px;
    height: 50px;
    border-radius: 7px;
    z-index: 10000; /* Fica acima dos outros elementos */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(70,70,70,0.07);
}

























/*Detalhes bdo Pedido*/
.pedido-card[b-20tepzy4o5] {
    max-width: 100%; 
    padding: 30px 10px 10px 10px;
}


.pedido-info-linha[b-20tepzy4o5] {
    margin-bottom: 17px;
    background: #f9faff;
    border-radius: 7px;
    padding: 8px 12px 7px 10px;
    box-sizing: border-box;
}

.pedido-info-titulo-linha[b-20tepzy4o5] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.08em;
    font-weight: 500;
    color: #384eb7;
    margin-bottom: 2px;
}

.pedido-info-icone[b-20tepzy4o5] {
    color: #546cbf;
    font-size: 1.18em;
    width: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pedido-info-titulo[b-20tepzy4o5] {
    font-weight: 600;
    color: #222d49;
    display: inline-block;
}

.pedido-info-valor[b-20tepzy4o5] {
    font-weight: 400;
    color: #162d3a;
    font-size: 1.09em;
    margin-left: 5px; /* Alinha sob o título, ajuste se quiser */
    white-space: pre-wrap;
    word-break: break-word;
    padding-bottom: 2px;
}



@media (max-width:700px) {
/*    .pedido-card {
        max-width: 98vw;
        padding: 14px 4vw 18px 4vw;
    }

    .pedido-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .pedido-info-linha {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .pedido-info-titulo {
        min-width: 0;
    }*/
    /*.pedido-card {
        max-width: 100%;
        padding: 2px;
    }*/

  /*  .pedido-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }*/

    .pedido-info-linha[b-20tepzy4o5] {
        flex-direction: row;
        padding: 7px 6px 8px 8px;
        gap: 7px;
        font-size: 1em;
    }

    .pedido-info-icone[b-20tepzy4o5] {
        width: 22px;
        font-size: 1.1em;
    }

    .pedido-info-titulo[b-20tepzy4o5] {
        min-width: 0;
        font-size: 0.98em;
    }

    .pedido-info-valor[b-20tepzy4o5] {
        font-size: 1em;
        padding-left: 0;
        margin-top: 1px;
    }
}
/* _content/RBSoftwares-GestaoComercial-Web/Components/Pages/ControleVendas/ControleVendas.razor.rz.scp.css */
body[b-vdjujp5wjd] {
}

.btn-detalhes[b-vdjujp5wjd] {
    width: 50px;
    height: 50px;
    background: darkblue;
    border-radius: 7px;
    border: none;
    color: white;
}
    .btn-detalhes:active[b-vdjujp5wjd], btn-detalhes:focus[b-vdjujp5wjd], btn-detalhes:hover[b-vdjujp5wjd] {
        /* Ajuste a cor e a opacidade conforme necessário */
        /* background: #0042a9;*/ /*azul escuro*/
        /*background: #06d4c1;*/ /*azul água claro*/
        /*background: #26a3f6; */ /*azul claro*/

        background: linear-gradient(150deg, blue, #06d4c1);
    }

.tela-flut[b-vdjujp5wjd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.corpo-telaflut[b-vdjujp5wjd] {
    /*max-width: 950px;*/
    margin: 0 auto; /* centraliza horizontalmente */
    background: #fff; /* só para exemplo */
    box-shadow: 0 2px 18px rgba(0,0,0,0.17);
    padding: 20px;
    border-radius: 8px;
    width: 90%; /* Define a largura fixa */
    height: 90%; /* Define a altura fixa */
    max-height: 800px; /* Define a altura máxima */
    overflow: auto;
}

/*.fechartelaflut {
    position: absolute;*/ /* Agora dentro do .corpo-telaflut */
    /*top: 12px;*/ /* ajuste se quiser mais ou menos afastado do topo */
    /*right: 12px;*/ /* ajuste se quiser mais/longe da borda mais à direita */
    /*width: 50px;
    height: 50px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;*/ /* Coloca acima dos outros elementos da modal */
/*}*/

.btn-fechar[b-vdjujp5wjd] {
    width: 30px;
    height: 30px;
    border-radius: 5px 5px 5px 5px;
    border-color: aliceblue;
    background-color: lightgray;
    color: dimgrey;
}

.container-pesquisa[b-vdjujp5wjd] {
    display: flex;
    align-items: center;
    width: 100%;
}

    .container-pesquisa .inputs[b-vdjujp5wjd] {
        flex: 1 1 auto;
        height: 45px;
        min-width: 0; /* Evita overflow do input */
    }

    .container-pesquisa .btn-pesq[b-vdjujp5wjd] {
        height: 45px;
        margin-left: 8px; /* Espaçamento opcional */
        /* Defina o tamanho desejado do botão, se quiser, ex: min-width: 45px; */
    }

/*Tabela*/
/*.table-container {*/
    /* max-height: calc(100vh - 200px); /* só limita quando precisa */
    /*margin-top: 10px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    width: 100%;
}

.table {
    width: 100%;
    margin: 0 auto;*/
    /*background: #262a35;*/
    /*background-color: #fff;
    color: #000;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0004;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

    .table th, .table td {
        padding: 10px 6px;
        text-align: left;
        border: none;
    }

    .table th {
        background: #fff;
        color: #000;
        font-weight: 700;
    }

    .table td {
        background: #eeeeee;
        color: #000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .table tr:nth-child(even) td {
        background: #fff;
        color: #000;
    }*/

.titulo-itens[b-vdjujp5wjd] {
    font-size: 1.16rem;
    font-weight: 600;
    margin: 24px 0 13px 0;
    color: #2846a0;
    letter-spacing: 1px;
    text-align: left;
}

.itens-pedido-lista[b-vdjujp5wjd] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item-pedido-card[b-vdjujp5wjd] {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 1px 8px rgba(50,70,130,0.08);
    padding: 11px 12px 7px 12px;
    font-size: 1.01rem;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.item-topo[b-vdjujp5wjd] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.99em;
    margin-bottom: 3px;
}

.item-qntd[b-vdjujp5wjd] {
    color: #192cb6;
    font-size: 1.18em;
    font-weight: bold;
}

.item-un[b-vdjujp5wjd] {
    font-size: 0.98em;
    color: #648288;
}

.item-total-mobile[b-vdjujp5wjd] {
    margin-left: auto;
    color: #22905e;
    font-weight: 500;
    font-size: 0.99em;
}

.item-produto[b-vdjujp5wjd] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #434;
    font-weight: 500;
}

    .item-produto i[b-vdjujp5wjd] {
        color: #52a2e2;
        font-size: 1.11em;
    }

.item-vazio[b-vdjujp5wjd] {
    background: #fff8ea;
    color: #c1972c;
    text-align: center;
    border-radius: 7px;
    padding: 12px 0;
    font-size: 1.09em;
}

.resumo-pedido[b-vdjujp5wjd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 25px 0 6px 0;
    background: #f5faff;
    border-radius: 10px;
    padding: 12px 15px 13px 15px;
}

.linha-resumo[b-vdjujp5wjd] {
    display: flex;
    justify-content: space-between;
    color: #2c3b5a;
    font-size: 1.09em;
    font-weight: 500;
}

    .linha-resumo span:last-child[b-vdjujp5wjd] {
        font-weight: 700;
        color: #21a892;
    }

.status-pedido-box[b-vdjujp5wjd] {
    background: #eefaff;
    border-radius: 8px;
    padding: 15px 11px 14px 11px;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.status-linha[b-vdjujp5wjd] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2265c9;
    font-size: 1.06em;
}

    .status-linha i[b-vdjujp5wjd] {
        color: #409cff;
        font-size: 1.16em;
    }

.spinner-status[b-vdjujp5wjd] {
    margin-left: 14px;
    width: 22px;
    display: inline-block;
}

.contato-loja[b-vdjujp5wjd] {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.98em;
    color: #55666b;
}

    .contato-loja i[b-vdjujp5wjd] {
        color: #28838e;
    }

.pagamento-card[b-vdjujp5wjd] {
    background: #fafffb;
    border-radius: 9px;
    margin-top: 7px;
    box-shadow: 0 1px 8px rgba(50,70,130,0.07);
    padding: 7px 11px 11px 11px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.pagamento-linha[b-vdjujp5wjd] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.01em;
    padding: 5px 0;
    color: #32405a;
}

    .pagamento-linha i[b-vdjujp5wjd] {
        color: #12a86f;
        font-size: 1.01em;
    }

.pagamento-valor[b-vdjujp5wjd] {
    margin-left: auto;
    font-weight: 700;
    color: #18a170;
}

/* MOBILE */
@media (max-width: 600px) {
    .pedido-card[b-vdjujp5wjd], .resumo-pedido[b-vdjujp5wjd], .pagamento-card[b-vdjujp5wjd], .item-pedido-card[b-vdjujp5wjd], .status-pedido-box[b-vdjujp5wjd] {
        max-width: 100vw;
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .titulo-itens[b-vdjujp5wjd] {
        font-size: 1.05rem;
        margin-top: 16px;
    }

    .item-pedido-card[b-vdjujp5wjd] {
        padding: 10px 2vw 7px 2vw;
    }
}

.fechartelaflut[b-vdjujp5wjd] {
    position: fixed;
    top: 33px; /* Distância do topo - ajuste conforme preferir */
    right: 15px; /* Gruda no lado direito */
    width: 50px;
    height: 50px;
    border-radius: 7px;
    z-index: 10000; /* Fica acima dos outros elementos */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(70,70,70,0.07);
}

























/*Detalhes bdo Pedido*/
.pedido-card[b-vdjujp5wjd] {
    max-width: 100%; 
    padding: 30px 10px 10px 10px;
}


.pedido-info-linha[b-vdjujp5wjd] {
    margin-bottom: 17px;
    background: #f9faff;
    border-radius: 7px;
    padding: 8px 12px 7px 10px;
    box-sizing: border-box;
}

.pedido-info-titulo-linha[b-vdjujp5wjd] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.08em;
    font-weight: 500;
    color: #384eb7;
    margin-bottom: 2px;
}

.pedido-info-icone[b-vdjujp5wjd] {
    color: #546cbf;
    font-size: 1.18em;
    width: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pedido-info-titulo[b-vdjujp5wjd] {
    font-weight: 600;
    color: #222d49;
    display: inline-block;
}

.pedido-info-valor[b-vdjujp5wjd] {
    font-weight: 400;
    color: #162d3a;
    font-size: 1.09em;
    margin-left: 5px; /* Alinha sob o título, ajuste se quiser */
    white-space: pre-wrap;
    word-break: break-word;
    padding-bottom: 2px;
}



@media (max-width:700px) {
/*    .pedido-card {
        max-width: 98vw;
        padding: 14px 4vw 18px 4vw;
    }

    .pedido-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .pedido-info-linha {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .pedido-info-titulo {
        min-width: 0;
    }*/
    /*.pedido-card {
        max-width: 100%;
        padding: 2px;
    }*/

  /*  .pedido-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }*/

    .pedido-info-linha[b-vdjujp5wjd] {
        flex-direction: row;
        padding: 7px 6px 8px 8px;
        gap: 7px;
        font-size: 1em;
    }

    .pedido-info-icone[b-vdjujp5wjd] {
        width: 22px;
        font-size: 1.1em;
    }

    .pedido-info-titulo[b-vdjujp5wjd] {
        min-width: 0;
        font-size: 0.98em;
    }

    .pedido-info-valor[b-vdjujp5wjd] {
        font-size: 1em;
        padding-left: 0;
        margin-top: 1px;
    }
}
/* _content/RBSoftwares-GestaoComercial-Web/Components/Pages/Home/Home.razor.rz.scp.css */
/*body {
    
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}
img{
    max-width: 100%;
    height: auto;
    margin-top: 150px;
}

.menu-btns{*/
    /*background-color:aquamarine;*/
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.menu-btns > button{
    flex: 1 0 50%;
    max-width: 130px;
    margin-left: 7px;
    margin-top: 7px;
}


.btnshome {
    display: flex;*/ /* Torna o conteúdo flexível */
    /*flex-direction: column;*/ /* Organiza ícone e texto na vertical */
    /*align-items: center;*/ /* Centraliza ícone e texto horizontalmente */
    /*justify-content: center;
    padding: 15px;*/
    /* font-size: 16px;*/
    /*text-align: center;
    border: 1px solid #06d4c1;
    border-radius: 10px;
    background: linear-gradient(150deg, #088a06, #0033ac);
    color: white;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100px;
    width: 130px;
   
}
    .btnshome:active, .btnshome:focus {*/
        /* Ajuste a cor e a opacidade conforme necessário */
        /* background: #0042a9;*/ /*azul escuro*/
        /*background: #06d4c1;*/ /*azul água claro*/
        /*background: #26a3f6; */ /*azul claro*/

        /*background: linear-gradient(150deg, #06d4c1, #0042a9)
    }*/



body[b-n8fherny34], html[b-n8fherny34] {
    background: #f7faff;
}

.login-logo[b-n8fherny34] {
    width: 95%;
    /*   max-width: 120px;
    min-width: 80px;*/
    margin: 0 auto 8px auto;
    display: block;
    object-fit: contain;
    user-select: none;
    filter: drop-shadow(0 5px 19px #348eda13);
}

.home-main[b-n8fherny34] {
    max-width: 380px;
    margin: 5vh auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 4px 26px 0 #b0e0fa39, 0 1.5px 4px 0 #c2e8f636;
    padding: 23px 18px 24px 18px;
    gap: 23px;
    overflow: hidden;
}

.home-logo-grande[b-n8fherny34] {
    width: 82%;
    max-width: 320px;
    min-width: 170px;
    height: auto;
    display: block;
    margin: 6px auto 3px auto;
    object-fit: contain;
    user-select: none;
    filter: drop-shadow(0 2px 17px #348eda12);
}

.home-boasvindas[b-n8fherny34] {
    font-size: 1.22rem;
    color: #185ca0;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0.7px;
}

.home-usuario[b-n8fherny34] {
    color: #20b097;
    font-weight: 800;
}

.home-btns-area[b-n8fherny34] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 5px;
}

.btn-home-main[b-n8fherny34] {
    background: #326ed5;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0 13px 0;
    font-size: 1.12em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: 0 2px 8px #276ed96b;
    cursor: pointer;
    transition: background 0.17s, transform 0.14s;
    letter-spacing: 0.7px;
}

    .btn-home-main i[b-n8fherny34] {
        font-size: 1.8em;
    }

    .btn-home-main:hover[b-n8fherny34] {
        background: #1656c9;
        transform: scale(1.03);
    }

.btn-home-exit[b-n8fherny34] {
    background: #fa4545;
    color: #fff;
    border: none;
    border-radius: 9px;
    width: 63%;
    min-width: 150px;
    padding: 9px 0 9px 0;
    font-size: 1.07em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 7px;
    cursor: pointer;
    box-shadow: 0 2px 8px #8000202a;
    transition: background 0.15s, transform 0.08s;
}

    .btn-home-exit:hover[b-n8fherny34] {
        background: #8a1010;
        transform: scale(1.04);
    }

@media (max-width: 450px) {
    .home-main[b-n8fherny34] {
        max-width: 97vw;
        padding: 4vw 2vw 7vw 2vw;
        gap: 16px;
    }

    .home-logo-grande[b-n8fherny34] {
        width: 75vw;
        min-width: 110px;
        max-width: 98vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .btn-home-main[b-n8fherny34] {
        font-size: 1em;
        gap: 10px;
        padding: 8px 0 10px 0;
    }

        .btn-home-main i[b-n8fherny34] {
            font-size: 1.22em;
        }

    .btn-home-exit[b-n8fherny34] {
        width: 90vw;
        max-width: 200px;
    }
}




























/* _content/RBSoftwares-GestaoComercial-Web/Components/Pages/Login/Login.razor.rz.scp.css */
/*body {
}


.divLogin {*/
    /*background-color: aquamarine;*/
    /*width: 80%;
    max-width: 520px;
    min-width: 310px;
    height: auto;
    padding: 20px;*/ /* para garantir que tenha algum conteúdo */
    /*box-sizing: border-box;
    position: relative;*/ /* necessário para ajustar top */
    
    /*text-align: center;
    margin: 50px auto 0 auto;
}
.divLogin img {
    max-width: 100%;
    height: auto;    
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.txtsLogin {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btnteste {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    align-self: center;
    margin-top: 10px;
    width: 75%;
}

    .btnteste:active {
        background-color: #e8ea0c;
    }

.btnSair {
    background-color: #ff0000;*/ /* Cor de fundo */
    /*border: none;*/ /* Remove bordas */
    /*color: white;*/ /* Cor do texto */
    /*padding: 15px 32px;*/ /* Espaçamento interno */
    /*text-align: center;*/ /* Alinhamento do texto */
    /*text-decoration: none;*/ /* Remove sublinhado */
    /*display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;*/ /* Muda o cursor para um ponteiro quando passa por cima */
    /*border-radius: 4px;*/ /* Bordas arredondadas */
    /*height: 45px;
}



.div-versao{
    background-color:#f1f1f1;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-versao label{
    text-align: center;
}*/


body[b-dsfhktf2l3], html[b-dsfhktf2l3] {
    background: #f6f8fc;
    min-height: 100vh;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.login-container[b-dsfhktf2l3] {
    background: #fff;
    max-width: 340px;
    margin: 7vh auto 0 auto;
    border-radius: 14px;
    box-shadow: 0 3px 28px #a6cff921, 0 1.5px 5px 0 #8ccefa10;
    padding: 22px 18px 21px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    position: relative;
    min-height: 66vh;
}

.login-logo[b-dsfhktf2l3] {
    width: 95%;
 /*   max-width: 120px;
    min-width: 80px;*/
    margin: 0 auto 8px auto;
    display: block;
    object-fit: contain;
    user-select: none;
    filter: drop-shadow(0 5px 19px #348eda13);
}

.login-titulo[b-dsfhktf2l3] {
    color: #194773;
    font-size: 1.24rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    margin-top: 3px;
    letter-spacing: 0.6px;
}

.login-form[b-dsfhktf2l3] {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.login-form-group[b-dsfhktf2l3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .login-form-group label[b-dsfhktf2l3] {
        font-weight: 600;
        font-size: 0.99em;
        color: #23438c;
    }

.login-select[b-dsfhktf2l3] {
    border: 1.4px solid #c4d5e0;
    border-radius: 7px;
    height: 45px;
    font-size: 1em;
    color: #283c69;
    padding-left: 9px;
    background: #fafdff;
    box-shadow: 0 1px 2px #e2eaff38;
    outline: none;
    transition: border 0.15s;
}

    .login-select:focus[b-dsfhktf2l3] {
        border-color: #267dda;
    }

.login-input[b-dsfhktf2l3] {
    border: 1.4px solid #c4d5e0;
    border-radius: 7px;
    height: 45px;
    font-size: 1.04em;
    color: #23438c;
    padding-left: 9px;
    background: #fafdff;
    box-shadow: 0 1px 2px #e2eaff38;
    outline: none;
    transition: border 0.15s;
}

    .login-input:focus[b-dsfhktf2l3] {
        border-color: #267dda;
    }


.login-msg-erro[b-dsfhktf2l3] {
    min-height: 22px;
    color: #c01333;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1em;
    text-align: center;
}

.login-btn-principal[b-dsfhktf2l3] {
    background: linear-gradient(91deg,#3060d7 70%, #19cbbd 150%);
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 48px;
    font-size: 1.12em;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 33px;
    box-shadow: 0 2px 7px #2db6b629;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    transition: background 0.16s, transform 0.09s;
}

    .login-btn-principal i[b-dsfhktf2l3] {
        font-size: 1.27em;
    }

    .login-btn-principal:hover[b-dsfhktf2l3] {
        background: linear-gradient(91deg,#1840b9 70%, #17b09e 150%);
        transform: scale(1.03);
    }

.login-btn-sec[b-dsfhktf2l3] {
    margin-top: 10px;
    background: #f5fafd;
    color: #2486b6;
    border: 1.3px solid #bde5fc;
    border-radius: 8px;
    width: 100%;
    height: 43px;
    font-size: 0.99em;
    font-weight: 600;
    box-shadow: 0 1px 7px #e8effc30;
    cursor: pointer;
    transition: background 0.12s, box-shadow 0.10s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

    .login-btn-sec:hover[b-dsfhktf2l3] {
        background: #d5e9f9;
        color: #194773;
        box-shadow: 0 3px 20px #bde5fc64;
    }

.login-versao[b-dsfhktf2l3] {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    font-size: 0.90em;
    color: #b1b8c7;
    text-align: center;
    pointer-events: none;
}

    .login-versao a[b-dsfhktf2l3] {
        color: #2486b6;
        pointer-events: auto;
        text-decoration: none;
        font-weight: 600;
    }

        .login-versao a:hover[b-dsfhktf2l3] {
            text-decoration: underline;
        }

@media (max-width: 450px) {
    .login-container[b-dsfhktf2l3] {
        max-width: 75vw;
        padding: 6vw 3vw 16vw 3vw;
        min-height: unset;
    }

    .login-logo[b-dsfhktf2l3] {
        max-width: 75vw;
        min-width: 49px;
    }

    .login-titulo[b-dsfhktf2l3] {
        font-size: 1.07rem;
    }

    .login-btn-principal[b-dsfhktf2l3], .login-btn-sec[b-dsfhktf2l3], .login-select[b-dsfhktf2l3], .login-input[b-dsfhktf2l3] {
        height: 45px;
        font-size: 0.97em;
    }

    .login-btn-principal[b-dsfhktf2l3] {
        margin-bottom: 0px !important;
    }
    }

.tela-flut[b-dsfhktf2l3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/RBSoftwares-GestaoComercial-Web/Components/Pages/Venda/Venda.razor.rz.scp.css */
body[b-jb9ysgmxvx] {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #181c24;
    color: #fff;
    margin: 0;
    padding: 0;
}
.main-content[b-jb9ysgmxvx] {
    margin-top: 110px; /* Altura do header */
    margin-bottom: 65px; /* Altura do footer */
    padding-left: 10px;
    padding-right: 10px;
}

.colunas[b-jb9ysgmxvx]{
    width: 100px;
}

.custom-card[b-jb9ysgmxvx] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 21px #1040c220, 0 1.5px 4px #26e1be13;
    margin-bottom: 24px;
    padding: 18px 16px 15px 16px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-left: auto;
    margin-right: auto;
    transition: box-shadow 0.12s, transform 0.10s;
}

    .produto-card:hover[b-jb9ysgmxvx] {
        box-shadow: 0 8px 28px #267dda38;
        transform: scale(1.01);
    }



.produto[b-jb9ysgmxvx] {
    /*background-color: aquamarine;*/
    font-size: small;
    margin-bottom: 1px !important;

}

.txtEspec[b-jb9ysgmxvx] {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    border-radius: 5px;
    font-family: 'Segoe UI', Arial;
    font-size: 14px;
    width: 100%;
    height: 60px;
    resize: none;
    padding: 5px;

}





.btn-adicCar[b-jb9ysgmxvx] {
    border: none;
    color: #fff;
    border-radius: 7px 7px 7px 7px;
    /*background-color: linear-gradient(150deg, var(--btnCorTemaVerde), var(--btnCorTemaAzul));*/
    background-color: green;
    margin-top: -10px !important;
    transition: background 0.9s ease;
    height: 35px;
    width: 55px;
    margin-right: 5px; /* Margem de 5px do lado direito */
    /* mantém os outros estilos já passados */
}

    .btn-adicCar:active[b-jb9ysgmxvx], btn-adicCar:focus[b-jb9ysgmxvx], btn-adicCar:hover[b-jb9ysgmxvx] {
        /* Ajuste a cor e a opacidade conforme necessário */
        /* background: #0042a9;*/ /*azul escuro*/
        /*background: #06d4c1;*/ /*azul água claro*/
        /*background: #26a3f6; */ /*azul claro*/

        background: linear-gradient(150deg, #06d4c1, #0042a9)
    }


.custom-card-body input[b-jb9ysgmxvx] {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}


input-group[b-jb9ysgmxvx]{

}

.produto-row[b-jb9ysgmxvx] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Empurra os itens para as laterais */
    width: 100%; /* Garante que ocupe toda a linha */
    box-sizing: border-box; /* Melhor controle da largura */
    margin-top: 10px;
}
    .produto-row label[b-jb9ysgmxvx] {
        font-size: 12px;
        font-family: 'Segoe UI', Arial;
    }

.div-qntdBtn[b-jb9ysgmxvx] {
    /*background-color: cornflowerblue;*/
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.div-qntd[b-jb9ysgmxvx] {
    /*background-color: orangered;*/
    width: 120px !important;
    border: none;
}
    .div-qntd label[b-jb9ysgmxvx] {
        font-family: 'Segoe UI', Arial;
        font-size: 14px;
    }

    .div-qntd input[type="number"][b-jb9ysgmxvx]::-webkit-outer-spin-button,
    .div-qntd input[type="number"][b-jb9ysgmxvx]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .div-qntd input[type="number"][b-jb9ysgmxvx] {
        -moz-appearance: textfield;
    }

    .div-qntd.form-control[b-jb9ysgmxvx]{
        width: 50px;
    }

    .btn-qntd[b-jb9ysgmxvx] {
        border: none;
        width: 20px;
        font-size: 14px;
        border-radius: 10px;
        color: white;
        padding-bottom: 5px;
    }

.div-preco-item[b-jb9ysgmxvx] {
    /*background-color: orangered;*/
    display: flex;
    box-sizing: border-box; /* Melhor controle da largura */
    font-family: 'Segoe UI' !important;
    font-size: 17px;
    color: forestgreen !important;
    font-weight: bold;
    margin-top: 0px;
}

    .div-preco-item input[b-jb9ysgmxvx] {
        border: none;
        background-color: transparent;
        font-family: 'Segoe UI' !important;
        font-size: 17px;
        color: forestgreen !important;
        font-weight: bold;
        margin-top: -2px;
    }

.card-title[b-jb9ysgmxvx]{

}

    .card-title input[type="number"][b-jb9ysgmxvx]::-webkit-outer-spin-button,
    .card-title input[type="number"][b-jb9ysgmxvx]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .card-title input[type="number"][b-jb9ysgmxvx] {
        -moz-appearance: textfield;
    }

    .card-title input:focus[b-jb9ysgmxvx],
    .card-title input:active[b-jb9ysgmxvx] {
        outline: none;
        box-shadow: none;
        border-color: #ccc; /* você pode ajustar ou tirar */
    }

/*@media(max-width: 390px) {
    .produto{
        width: 120px;
    }
    .txtEspec{
        width: 120px;
    }
    .btn-adicCar{
        width: 20px;
    }
    .div-qntdBtn{
        margin-right: 20px;
        width: 120px;
    }
}*/


.custom-card-left[b-jb9ysgmxvx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

    .custom-card-left img[b-jb9ysgmxvx] {
        width: 100px;
    }

.custom-card-body[b-jb9ysgmxvx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-card .btn-sec[b-jb9ysgmxvx] {
    background-color: midnightblue;
    color: white;
    text-align: center;
}

.custom-card-details[b-jb9ysgmxvx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*margin-top: 10px;*/
}

    .custom-card-details label[b-jb9ysgmxvx] {
        margin-bottom: 5px;
    }

/*.custom-card-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}*/

.custom-card .btn-sec[b-jb9ysgmxvx] {
    background-color: midnightblue;
    color: white;
    text-align: center;
}



.itensvenda[b-jb9ysgmxvx] {
    width: 100%; /* Ajuste conforme necessário */
    height: 30px;
    /*max-width: 200px;*/ /* Limita a largura máxima */
}

    /* Estilos adicionais para as opções */
    .itensvenda option[b-jb9ysgmxvx] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px; /* Limita a largura máxima */
    }

    /* Estilo para garantir que o dropdown aberto não exceda a largura */
    .itensvenda[b-jb9ysgmxvx]::-ms-expand {
        max-width: 200px;
    }



.btn-meiopag[b-jb9ysgmxvx] {
    display: inline-block;
    width: calc(50% - 10px); /* Ajuste de acordo com o espaço necessário */
    height: 50px;
    margin: 5px;
    background-color: green;
    color: white;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: top;
}

/*Campo dos Clientes*/
.div-cliente[b-jb9ysgmxvx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    padding: 14px 18px 8px 18px;
    background: #1c2331; /* Azul escuro/navy */
    color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
}

    .div-cliente .info[b-jb9ysgmxvx] {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 2px;
    }

.input-cliente[b-jb9ysgmxvx] {
    flex: 1;
    height: 42px;
    padding: 0 12px;
    background: #fff;
    color: #222;
    border: 1px solid #aaa;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 1px 6px #0002;
    outline: none !important;
    transition: border 0.2s;
}

    .input-cliente:focus[b-jb9ysgmxvx] {
        border: 1.5px solid #192859;
    }

.btn-cliente[b-jb9ysgmxvx] {
    height: 42px;
    width: 45px;
    background: #192859;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 1px 6px #0002;
}

    .btn-cliente i[b-jb9ysgmxvx] {
        color: #90ee90;
    }
    /* Palegreen */
    .btn-cliente:hover[b-jb9ysgmxvx] {
        background: #2a3192
    }
/*FIM Campo dos Clientes*/


.main-content[b-jb9ysgmxvx] {
    margin-top: 110px; /* espaço do header */
    margin-bottom: 80px; /* espaço do rodapé */
    padding: 0 0px;
}

/*Campo de Pesquisa de Produtos*/
.pesquisa-container[b-jb9ysgmxvx] {
    display: flex;
    align-items: center;
    margin: 16px 10px 0 10px;
    gap: 6px;
}

.inputs[b-jb9ysgmxvx] {
    flex: 1;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #aaa;
    font-size: 1.1rem;
    padding: 0 10px;
}

.selects[b-jb9ysgmxvx] {
    flex: 1;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #aaa;
    font-size: 1.1rem;
    padding: 0 10px;
    width: 100%;
}

  
/*FIM Campo de Pesquisa de Produtos*/

/*Tabela*/
.table-container[b-jb9ysgmxvx] {
    /* max-height: calc(100vh - 200px); /* só limita quando precisa */
    margin-top: 10px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    width: 100%;
}

.table[b-jb9ysgmxvx] {
    width: 100%;
    margin: 0 auto;
    /*background: #262a35;*/
    background-color: #fff;
    color: #000;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0004;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

    .table th[b-jb9ysgmxvx], .table td[b-jb9ysgmxvx] {
        padding: 10px 6px;
        text-align: left;
        border: none;
    }
    .table th[b-jb9ysgmxvx] {
        background: #fff;
        color: #000;
        font-weight: 700;
    }

    .table td[b-jb9ysgmxvx] {
        background: #eeeeee;
        color: #000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .table tr:nth-child(even) td[b-jb9ysgmxvx] {
        background: #fff;
        color: #000;
        
    }
 /*   .table th {
        background: #232635;
        color: #d1ecf1;
        font-weight: 700;
    }

    .table td {
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .table tr:nth-child(even) td {
        background: rgba(255, 255, 255, 0.08);
    }*/

.btn-sec i[b-jb9ysgmxvx] {
    color: #e74c3c;
    transition: color 0.2s, background 0.2s;
}

.btn-sec:hover i[b-jb9ysgmxvx] {
    color: #f21e08;
}

.btn-sec[b-jb9ysgmxvx] {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
    padding: 4px 0;
}

    .btn-sec:hover[b-jb9ysgmxvx] {
        background: #fff4f2;
    }
/*FIM Tabela*/

/*Rodapé*/
.div-valor-total[b-jb9ysgmxvx] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #eaf4fb;
    color: forestgreen;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.55rem;
    padding: 16px 24px 12px 24px;
    display: flex;
    align-items: center;
    box-shadow: 0 -2px 12px #0001;
    border-top: 1px solid #cfd8dc;
}
/*FIM Rodapé*/

/*Tela Flutuante Cliente*/
.container-tabela td[b-jb9ysgmxvx]{
    font-family: 'Segoe UI' !important;
    font-size: 17px;
}
.table-container.cli[b-jb9ysgmxvx] {
    /* max-height: calc(100vh - 200px); /* só limita quando precisa */
    border-radius: 0px !important;
}

.table.cli[b-jb9ysgmxvx] {
    border-radius: 0px !important;
}

/*.div-cliente {   
    width: 100%;
    height: 100%;
    background-color: darkblue;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;    
}*/

/*.btn-cliente {
    border: none;
    color: #fff;
    background-color: #580ce9;
    border-color: #000000;
    border-radius: 7px 7px 7px 7px;
    height: 40px;
    font: larger;
    width: 100px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    width: 70px;
    height: 32px;
    background-color: seagreen;
    margin-left: 7px;

}*/

/*.input-cliente {
    width: 1500px;
    margin-left: 5px;*/
    /*padding: 10px;*/
    /*font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
}*/






/*.label-valor-total {
    color: black;
    margin-left: 7px;
    margin-top: 0px;
}*/

/*.rodape-fixo {
    position: fixed;
    bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #4682B4;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;*/ /* Espaço entre os botões */
    /*margin-top: 40px;
    height: 100px;
}*/


@media (max-width: 416px) {

/*    .div-clienteVtotal{
        width: 100%;
        height: 80px;        
    }

    .btn-cliente{
        height: 40px;
        width: 50px;
    }

    .div-cliente {
        height: 100%;
    }

    .input-cliente{
        width: 100%;
        height: 40px;
    }

    .div-valor-total {
       width: 35%;
       height: 100%;
    }
    .label-valor-total {
        margin-top: 10px;
    }
    .rodape-fixo {
        height: 360px;
        height: 100px;
    }*/
}


/*@media(max-width: 325px){
    .label-valor-total{
        margin-top: 5px;
    }
}
*/


.tela-flut[b-jb9ysgmxvx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.corpo-telaflut[b-jb9ysgmxvx] {
    position: relative;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%; /* Define a largura fixa */
    height: 90%; /* Define a altura fixa */
    max-width: 800px; /* Define a largura máxima */
    max-height: 800px; /* Define a altura máxima */
    overflow: auto;
    
}
.corpo-telaflut-parcelas[b-jb9ysgmxvx] {
    background-color: white;
    padding: 20px;
    padding-bottom: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80%; /* Define a largura fixa */
    /*height: 90%;*/ /* Define a altura fixa */
    max-width: 600px; /* Define a largura máxima */
    max-height: 400px; /* Define a altura máxima */
    overflow: auto;
    position: relative;
}

.btn-adic[b-jb9ysgmxvx] {
    border: none;
    color: #fff;
    background-color: midnightblue;
    border-color: #000000;
    border-radius: 7px 7px 7px 7px;
    height: 40px;
    font: larger;
    width: 130px;
    transition: background-color 0.3s ease;
}

    .btn-adic:active[b-jb9ysgmxvx] {
        background-color: lightgreen;
    }



.fechartelaflut[b-jb9ysgmxvx] {
    position: absolute;
    right: 2%;
    z-index: 1000;
    padding: 10px;
    /*margin-top: 20px;*/
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 7px 7px 7px 7px;
}



/*Pagamento*/
.falta-receber[b-jb9ysgmxvx] {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px;
    /*margin-top: 20px;*/
    background-color: midnightblue;
    border-radius: 7px;
    margin-top: 30px;
}

.div-varPag[b-jb9ysgmxvx]{
    margin-top: 5px;
}

.div-RSvalor[b-jb9ysgmxvx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    border: 1px solid;
    border-color: darkgrey;
    padding-left: 5px;
    border-radius: 5px;    
}

.inputs:focus[b-jb9ysgmxvx],
.inputs:active[b-jb9ysgmxvx] {
    outline: none;
    box-shadow: none;
    border: none; /* Remove qualquer borda visível */
}

.div-receber[b-jb9ysgmxvx]{

}

.div-resumoVenda[b-jb9ysgmxvx]{

}


































/*Rafa*/
.input-group[b-jb9ysgmxvx] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

    .input-group .btn[b-jb9ysgmxvx] {
        background-color: #444;
        color: #fff;
        border: none;
        padding: 0 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .input-group .btn:hover[b-jb9ysgmxvx] {
            background-color: #555;
        }

    .input-group input[b-jb9ysgmxvx] {
        border: none;
        padding: 0 5px;
        background-color: #f9f9f9;
        color: #333;
        font-size: 1rem;
    }

/* Para Chrome, Safari, Edge, Opera */
.div-varPag input[type="number"][b-jb9ysgmxvx]::-webkit-inner-spin-button,
.div-varPag input[type="number"][b-jb9ysgmxvx]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
.div-varPag.input-cliente [type="number"][b-jb9ysgmxvx] {
    -moz-appearance: textfield;
}

















































.produto-card-img[b-jb9ysgmxvx] {
    text-align: center;
    margin-bottom: 8px;
}

    .produto-card-img img[b-jb9ysgmxvx] {
        max-height: 112px;
        max-width: 90%;
        border-radius: 8px;
        box-shadow: 0 2px 11px #0074851a;
        object-fit: cover;
        background: #f7fafc;
    }

.produto-card-title h2[b-jb9ysgmxvx] {
    font-size: 1.10rem;
    color: #2651a3;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.produto-card-info[b-jb9ysgmxvx] {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 3px;
}

.preco-editar[b-jb9ysgmxvx] {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .preco-editar span[b-jb9ysgmxvx] {
        color: #13b69c;
        font-weight: 600;
        font-size: 1.1em;
    }

.input-preco[b-jb9ysgmxvx] {
    width: 85px;
    padding: 5px 7px;
    background: #f6fbfb;
    border: 1.2px solid #cbebf6;
    border-radius: 7px;
    font-size: 1.11em;
    color: #166d70;
    font-weight: 600;
    text-align: left;
    transition: border 0.16s;
}

    .input-preco.readonly[b-jb9ysgmxvx] {
        background: #f5f5f5;
        color: #abb8c5;
        border: 1.2px solid #e8e6e3;
    }

    .input-preco:focus[b-jb9ysgmxvx] {
        border-color: #1ec6aa;
    }

.input-espec[b-jb9ysgmxvx] {
    background: #f8fafc;
    border: 1.2px solid #cbebf6;
    border-radius: 7px;
    height: 53px;
    resize: none;
    font-size: .97em;
    width: 98%;
    padding: 5px 11px;
    color: #215185;
    transition: border 0.14s;
}

    .input-espec:focus[b-jb9ysgmxvx] {
        border-color: #3c90e2;
    }

.produto-card-bottom[b-jb9ysgmxvx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    gap: 11px;
}

.qntd-control[b-jb9ysgmxvx] {
    display: flex;
    align-items: center;
    gap: 2px;
    background: #f2faf7;
    border-radius: 7px;
    padding: 2px 8px;
}

.btn-qntd[b-jb9ysgmxvx] {
    background: #21937d;
    color: #fff;
    border: none;
    height: 33px;
    width: 33px;
    font-size: 1.41em;
    border-radius: 7px;
    cursor: pointer;
    transition: background 0.14s, transform 0.1s;
    font-weight: 700;
}

    .btn-qntd.menos[b-jb9ysgmxvx] {
        background: #e66060;
    }

    .btn-qntd.mais[b-jb9ysgmxvx] {
        background: #37b339;
    }

    .btn-qntd:hover[b-jb9ysgmxvx] {
        background: #123e70;
        transform: scale(1.08);
    }

.qntd-input[b-jb9ysgmxvx] {
    width: 39px;
    text-align: center;
    font-size: 1.1em;
    border: none;
    background: transparent;
    font-weight: 600;
    color: #26354d;
}

.btn-add-cart[b-jb9ysgmxvx] {
    background: linear-gradient(90deg, #2983d6 70%, #1ad49a 160%);
    border: none;
    border-radius: 13px;
    color: #fff;
    padding: 8px 21px;
    font-size: 1.21em;
    font-weight: 700;
    box-shadow: 0 3px 15px #1ad49a19;
    cursor: pointer;
    transition: background 0.15s, transform 0.09s;
    display: flex;
    align-items: center;
    gap: 7px;
}

    .btn-add-cart:hover[b-jb9ysgmxvx] {
        background: linear-gradient(90deg, #0d376c 70%, #109e70 190%);
        transform: scale(1.06);
    }

@media (max-width: 600px) {
    .produto-card[b-jb9ysgmxvx] {
        max-width: 97vw;
        padding: 11px 6px;
        gap: 7px;
    }

    .produto-card-img img[b-jb9ysgmxvx] {
        max-height: 78px;
    }

    .produto-card-title h2[b-jb9ysgmxvx] {
        font-size: 1.01rem;
    }

    .preco-editar span[b-jb9ysgmxvx] {
        font-size: 1em;
    }

    .produto-card-bottom[b-jb9ysgmxvx] {
        margin-top: 5px;
        gap: 6px;
    }

    .btn-add-cart[b-jb9ysgmxvx] {
        padding: 7px 13px;
        font-size: 1em;
    }
}




.linha-produto[b-jb9ysgmxvx] {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.lado-esquerdo[b-jb9ysgmxvx] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-width: 140px;
}

.lado-direito[b-jb9ysgmxvx] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 120px;
}

.form-select[b-jb9ysgmxvx] {
    width: 100%;
    min-width: 120px;
    max-width: 180px;
}

