/* Ajustes específicos para a página de conversor de compras */

#input3 {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 0.5rem;
    background-color: #f8f9fa;
    color: #333;
  }
  
  #input3:hover,
  #input3:focus {
    border-color: #ED0677;
    outline: none;
    box-shadow: 0 0 5px rgba(237, 6, 119, 0.5);
  }

.select2-container--default .select2-selection--single {
  height: 40px;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 0.95rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  right: 10px;
}

.select2-container .select2-dropdown {
  border-radius: 0 0 4px 4px;
}

.select2-results__option {
  padding: 8px 12px;
  font-size: 0.95rem;
}

.select2-results__option--highlighted {
  background-color: #007bff;
  color: white;
}

/* Itens normais da lista */
.select2-container--default .select2-results__option {
  color: #000; /* preto */
}

/* Item selecionado */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000; /* preto */
}

/* Placeholder visível (ex: "-- Selecione --") */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d; /* cinza padrão Bootstrap */
}

.clienteLabelSelect {
  font-weight: bold;
}