/*ESTILO CARD MODAL ADICIONAR PAGAMENTO*/
  .total-pagamento-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
  }

  .total-pagamento-card i {
    font-size: 24px;
    margin-right: 10px;
  }

  #desconto_vales_info {
    font-size: 14px;
    margin-top: 15px !important; /* Adicionamos !important para garantir que o estilo seja aplicado mesmo se houver outros estilos tentando anulá-lo */
}

.text-brand {
  font-size: 25px;
  font-weight: bold;
  color: red;
}

