
/* ===== DESPESAS: LAYOUT de Receitas + CORES VERMELHAS originais ===== */
#gchDespesas > div:first-child{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}
#gchDespesas > div:first-child > button{
  width:100% !important;
  padding:12px 16px !important;
  border-radius:8px !important;
  font-size:16px !important;
  font-weight:600 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  background-color:#e11d48 !important;
  color:white !important;
  border:none !important;
  cursor:pointer !important;
}
#gchDespesas > div:first-child > button:hover{
  background-color:#be123c !important;
}
#gchDespesas > div:first-child > select,
#gchDespesas > div:first-child > label,
#gchDespesas > div:first-child > div{
  width:100% !important;
}
#gchDespesas > div:first-child select{
  width:100% !important;
  padding:8px 12px !important;
  border-radius:6px !important;
  background-color:rgba(163,163,163,.1) !important;
  border:1px solid rgba(163,163,163,.2) !important;
  color:#e5e5e5 !important;
}
#gchDespesas > div:first-child i{
  color:#e11d48 !important;
}
