body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  background-color: #f9f9f9;
  color: #333;
}

div {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"][data-integracao-dunax] {
  width: 600px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

input[type="text"][data-integracao-dunax]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#inpobjetoid,
#inpunidadeid,
#inpunidadeCompromisso {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-container input {
  padding-right: 50px;
}

.input-container button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}

.dropdown {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  width: 600px;
  z-index: 10;
}

.dropdown div {
  padding: 8px;
  cursor: pointer;
}

.dropdown div:hover {
  background-color: #f1f1f1;
}
