/* Estilização Customizada Complementar ao Bootstrap 5 */
:root {
  --bs-primary: #0284c7;
  --bs-primary-rgb: 2, 132, 199;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #0f172a;
}

.table th {
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.table td {
  font-size: 0.88rem;
}

.drag-handle {
  cursor: grab;
  color: #94a3b8;
}

.drag-handle:active {
  cursor: grabbing;
}

.sortable-ghost {
  opacity: 0.4;
  background-color: #e2e8f0 !important;
}

.row-disabled {
  opacity: 0.45;
  background-color: #f8fafc;
}

.val-positive {
  font-weight: 700;
  color: #16a34a;
}

.val-negative {
  font-weight: 700;
  color: #dc2626;
}

.extra-small {
  font-size: 0.78rem;
}

/* Tooltip sem auto-close e interativo */
.tooltip-inner {
  max-width: 320px;
  font-size: 0.8rem;
  text-align: left;
}


body {
  padding-top: 70px;
}

/* Suporte Firefox para input date/month */
input[type="month"] {
  position: relative;
  cursor: pointer;
}

input[type="month"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
