.font-inter,
html,
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.resumo-field {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    min-height: 34px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}

.produto-thumb {
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.produto-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
    opacity: 1 !important;
    z-index: 10;
    position: relative;
}

.table_campos {
  width: 100%;
  background-color: #fff;
}
.table_campos input,
.table_campos select {
  margin: 5px;
}
.table_campos th {
  background-color: #eee;
  text-align: right;
  width: 20%;
  padding-right: 5px;
}

.table_campos td {
  background-color: #fff;
}

.table_campos tbody tr {
  height: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.font12 {
  font-size: 12px;
}

.vendaSemana {
  background-color: #eeeb35;
}

.vendaAtrasada {
  background-color: rgb(250, 167, 13);
}

.vendaMes {
  background-color: rgb(23, 241, 241);
}

.vendaMesPassado {
  background-color: rgb(244, 0, 0);
}

.vendaNesteMes {
  background-color: rgb(18, 235, 18);
}
.centralizado {
  text-align: center;
}
.montagem {
  background-color: rgb(240, 239, 239);
  border: black;
  border-radius: 4px;
  min-height: 200px;
  min-width: 100%;
}

.cardSelecionado {
  background-color: lightblue;
  cursor: move;
  opacity: 0.3;
}

.card .dropzone {
  transition: 400ms;
}

.baseSelecionada {
  border-radius: 4px;
  min-height: 128;
  min-width: 25%;
}

.formulaComissao {
  background-color: rgb(177, 168, 165);
  border-radius: 4px;
  border-width: 1px;
  border-color: black;
  height: auto;
  width: auto;
}

.cardExemplo {
  border-radius: 4px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.colorBoxMap {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}

#popover {
  cursor: default;
  display: none;
  height: 20px;
  background: #f00;
  position: absolute;
  top: 50%;
  left: 50%;
}

.celulaSucesso {
  background-color: #92d050 !important;
  color: white !important;
  font-weight: bold;
  text-align: center;
}

.celulaFail {
  background-color: #ff0000 !important;
  color: white !important;
  font-weight: bold;
  text-align: center;
}

