
.operacao-fiscal-toolbar[data-v-478f47ec] {
  margin-left: 8px;
  margin-right: 8px;
}


.pedido-venda-layout[data-v-be38be26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  min-height: 100%;
  height: auto !important;
}
.pedido-venda-layout[data-v-be38be26] :deep(.content-block) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pedido-venda-layout[data-v-be38be26] :deep(.toolbar-shell) {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}
.pedido-venda-layout[data-v-be38be26] :deep(.toolbar-back-btn),
.pedido-venda-layout[data-v-be38be26] :deep(.seta-form) {
  margin-left: 0 !important;
}
.pedido-venda-layout[data-v-be38be26] :deep(.menu-chip-right) {
  margin-right: 0 !important;
}
.toolbar-btn[data-v-be38be26] {
  border-radius: 12px !important;
  -webkit-box-shadow: 0 4px 10px rgba(81, 45, 168, 0.12);
          box-shadow: 0 4px 10px rgba(81, 45, 168, 0.12);
}
.botao-executar[data-v-be38be26] {
  border-radius: 999px !important;
  height: 40px;
  font-weight: 700;
  letter-spacing: 0.4px;
  -webkit-box-shadow: 0 6px 16px rgba(255, 87, 34, 0.3);
          box-shadow: 0 6px 16px rgba(255, 87, 34, 0.3);
}

/* Cards */
.resumo-card[data-v-be38be26] {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.resumo-titulo[data-v-be38be26] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 6px;
}
.resumo-valor[data-v-be38be26] {
  font-size: 22px;
  font-weight: 800;
}
.resumo-subtitulo[data-v-be38be26] {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.resumo-total[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, left bottom, from(#ede7f6), to(#d1c4e9));
  background: linear-gradient(180deg, #ede7f6 0%, #d1c4e9 100%);
}
.resumo-total .resumo-valor[data-v-be38be26] {
  color: #4527a0;
}
.resumo-prod[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f5e9), to(#c8e6c9));
  background: linear-gradient(180deg, #e8f5e9 0%, #c8e6c9 100%);
}
.resumo-prod .resumo-valor[data-v-be38be26] {
  color: #1b5e20;
}
.resumo-imp[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8e1), to(#ffecb3));
  background: linear-gradient(180deg, #fff8e1 0%, #ffecb3 100%);
}
.resumo-imp .resumo-valor[data-v-be38be26] {
  color: #6d4c41;
}
.resumo-fornec[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f7fa), to(#b2ebf2));
  background: linear-gradient(180deg, #e0f7fa 0%, #b2ebf2 100%);
}
.resumo-fornec .resumo-valor[data-v-be38be26] {
  color: #006064;
}
.pedido-venda-layout[data-v-be38be26] :deep(.coluna-valor) {
  font-weight: 700;
  color: #2d2152;
}
.pedido-venda-layout[data-v-be38be26]
  :deep(.dx-datagrid-rowsview .dx-data-row.dx-state-hover > td) {
  background-color: #ede7f6 !important;
  color: inherit !important;
}
.cadastro-preview[data-v-be38be26] {
  text-align: left;
  background: #faf6ff;
  border: 1px solid rgba(81, 45, 168, 0.12);
  border-radius: 8px;
  padding: 12px;
  font-size: 11px;
  max-height: 480px;
  overflow: auto;
}
.grafico-card[data-v-be38be26] {
  border-radius: 14px;
  border: 1px solid rgba(81, 45, 168, 0.12);
  -webkit-box-shadow: 0 4px 14px rgba(81, 45, 168, 0.08);
          box-shadow: 0 4px 14px rgba(81, 45, 168, 0.08);
}

/* Alertas */
.badge-status[data-v-be38be26] {
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
}
.alerta-grupo[data-v-be38be26] {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  height: 100%;
}
.alerta-grupo-header[data-v-be38be26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 14px;
  text-transform: uppercase;
}
.alerta-grupo-critico .alerta-grupo-header[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, right top, from(#b71c1c), to(#ef5350));
  background: linear-gradient(90deg, #b71c1c 0%, #ef5350 100%);
}
.alerta-grupo-atencao .alerta-grupo-header[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, right top, from(#ef6c00), to(#ffa726));
  background: linear-gradient(90deg, #ef6c00 0%, #ffa726 100%);
}
.alerta-grupo-oportunidade .alerta-grupo-header[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, right top, from(#1b5e20), to(#66bb6a));
  background: linear-gradient(90deg, #1b5e20 0%, #66bb6a 100%);
}
.alerta-grupo-lista[data-v-be38be26] {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 560px;
  overflow-y: auto;
}
.alerta-card[data-v-be38be26] {
  border-radius: 10px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.alerta-card-critico[data-v-be38be26] {
  border-left: 4px solid #b71c1c;
  background: #fff5f5;
}
.alerta-card-atencao[data-v-be38be26] {
  border-left: 4px solid #ef6c00;
  background: #fff7ec;
}
.alerta-card-oportunidade[data-v-be38be26] {
  border-left: 4px solid #1b5e20;
  background: #f1f8f2;
}
.alerta-card-titulo[data-v-be38be26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #2d2152;
  font-size: 13px;
}
.alerta-card-descricao[data-v-be38be26] {
  margin-top: 4px;
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}
.alerta-card-rodape[data-v-be38be26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.alerta-card-valor[data-v-be38be26] {
  font-weight: 800;
  color: #2d2152;
  font-size: 13px;
}
.alerta-vazio[data-v-be38be26] {
  text-align: center;
  color: #888;
  font-size: 12px;
  padding: 12px;
  font-style: italic;
}

/* Cadastro */
.cadastro-row[data-v-be38be26] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cadastro-painel[data-v-be38be26] {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(33, 150, 243, 0.25);
  -webkit-box-shadow: 0 4px 14px rgba(33, 150, 243, 0.08);
          box-shadow: 0 4px 14px rgba(33, 150, 243, 0.08);
  background: #f0f7ff;
  height: 100%;
}
.cadastro-painel-header[data-v-be38be26] {
  padding: 10px 14px;
  background: -webkit-gradient(linear, left top, right top, from(#1565c0), to(#42a5f5));
  background: linear-gradient(90deg, #1565c0 0%, #42a5f5 100%);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 13px;
}
.cadastro-painel-body[data-v-be38be26] {
  background: #f0f7ff;
}
.cadastro-painel[data-v-be38be26] :deep(.q-field--outlined .q-field__control) {
  background: #ffffff;
}
.bloco-resumo[data-v-be38be26] {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(81, 45, 168, 0.12);
  -webkit-box-shadow: 0 4px 12px rgba(81, 45, 168, 0.08);
          box-shadow: 0 4px 12px rgba(81, 45, 168, 0.08);
  background: #ffffff;
  height: 100%;
}
.bloco-resumo-titulo[data-v-be38be26] {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #4527a0;
  margin-bottom: 6px;
}
.bloco-resumo-linha[data-v-be38be26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding: 2px 0;
  color: #2d2152;
}
.bloco-resumo-total[data-v-be38be26] {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed rgba(81, 45, 168, 0.25);
  font-weight: 800;
  font-size: 13px;
}
.bloco-servico[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3f2fd), to(#ffffff));
  background: linear-gradient(180deg, #e3f2fd 0%, #ffffff 100%);
}
.bloco-totais[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, left bottom, from(#ede7f6), to(#ffffff));
  background: linear-gradient(180deg, #ede7f6 0%, #ffffff 100%);
}
.bloco-retencoes[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8e1), to(#ffffff));
  background: linear-gradient(180deg, #fff8e1 0%, #ffffff 100%);
}

/* Modais de consulta */
.modal-consulta[data-v-be38be26] {
  width: 100vw;
  height: 100vh;
}
.modal-consulta-header[data-v-be38be26] {
  background: -webkit-gradient(linear, left top, right top, from(#4527a0), to(#7e57c2));
  background: linear-gradient(90deg, #4527a0 0%, #7e57c2 100%);
  padding: 12px 16px;
}
.modal-consulta-body[data-v-be38be26] {
  height: calc(100vh - 56px);
  overflow: auto;
}


/*# sourceMappingURL=display-data212.a36d30a1.css.map*/